Add success icon on registration
authorChocobozzz <me@florianbigard.com>
Wed, 29 May 2019 12:39:49 +0000 (14:39 +0200)
committerChocobozzz <me@florianbigard.com>
Wed, 29 May 2019 12:39:49 +0000 (14:39 +0200)
commitb247a132709eb212fef4f77c4912dc0ec108f36b
treeb2700e6ed55e00cd213c44e8afdeea4c327ae904
parent1d5342abc43df02cf0bd69b1e865c0f179182eef
Add success icon on registration
52 files changed:
client/src/app/+signup/+register/custom-stepper.component.html [new file with mode: 0644]
client/src/app/+signup/+register/custom-stepper.component.scss [new file with mode: 0644]
client/src/app/+signup/+register/custom-stepper.component.ts [new file with mode: 0644]
client/src/app/+signup/+register/register-routing.module.ts [new file with mode: 0644]
client/src/app/+signup/+register/register-step-channel.component.html [new file with mode: 0644]
client/src/app/+signup/+register/register-step-channel.component.ts [new file with mode: 0644]
client/src/app/+signup/+register/register-step-user.component.html [new file with mode: 0644]
client/src/app/+signup/+register/register-step-user.component.ts [new file with mode: 0644]
client/src/app/+signup/+register/register.component.html [new file with mode: 0644]
client/src/app/+signup/+register/register.component.scss [new file with mode: 0644]
client/src/app/+signup/+register/register.component.ts [new file with mode: 0644]
client/src/app/+signup/+register/register.module.ts [new file with mode: 0644]
client/src/app/+signup/+verify-account/verify-account-ask-send-email/verify-account-ask-send-email.component.html [new file with mode: 0644]
client/src/app/+signup/+verify-account/verify-account-ask-send-email/verify-account-ask-send-email.component.scss [new file with mode: 0644]
client/src/app/+signup/+verify-account/verify-account-ask-send-email/verify-account-ask-send-email.component.ts [new file with mode: 0644]
client/src/app/+signup/+verify-account/verify-account-email/verify-account-email.component.html [new file with mode: 0644]
client/src/app/+signup/+verify-account/verify-account-email/verify-account-email.component.ts [new file with mode: 0644]
client/src/app/+signup/+verify-account/verify-account-routing.module.ts [new file with mode: 0644]
client/src/app/+signup/+verify-account/verify-account.module.ts [new file with mode: 0644]
client/src/app/+signup/shared/signup-shared.module.ts [new file with mode: 0644]
client/src/app/+signup/shared/signup-success.component.html [new file with mode: 0644]
client/src/app/+signup/shared/signup-success.component.scss [new file with mode: 0644]
client/src/app/+signup/shared/signup-success.component.ts [new file with mode: 0644]
client/src/app/+verify-account/index.ts [deleted file]
client/src/app/+verify-account/verify-account-ask-send-email/verify-account-ask-send-email.component.html [deleted file]
client/src/app/+verify-account/verify-account-ask-send-email/verify-account-ask-send-email.component.scss [deleted file]
client/src/app/+verify-account/verify-account-ask-send-email/verify-account-ask-send-email.component.ts [deleted file]
client/src/app/+verify-account/verify-account-email/verify-account-email.component.html [deleted file]
client/src/app/+verify-account/verify-account-email/verify-account-email.component.ts [deleted file]
client/src/app/+verify-account/verify-account-routing.module.ts [deleted file]
client/src/app/+verify-account/verify-account.module.ts [deleted file]
client/src/app/app-routing.module.ts
client/src/app/app.module.ts
client/src/app/core/core.module.ts
client/src/app/core/routing/redirect.service.ts
client/src/app/core/routing/unlogged-guard.service.ts [new file with mode: 0644]
client/src/app/signup/custom-stepper.component.html [deleted file]
client/src/app/signup/custom-stepper.component.scss [deleted file]
client/src/app/signup/custom-stepper.component.ts [deleted file]
client/src/app/signup/index.ts [deleted file]
client/src/app/signup/signup-routing.module.ts [deleted file]
client/src/app/signup/signup-step-channel.component.html [deleted file]
client/src/app/signup/signup-step-channel.component.ts [deleted file]
client/src/app/signup/signup-step-user.component.html [deleted file]
client/src/app/signup/signup-step-user.component.ts [deleted file]
client/src/app/signup/signup.component.html [deleted file]
client/src/app/signup/signup.component.scss [deleted file]
client/src/app/signup/signup.component.ts [deleted file]
client/src/app/signup/signup.module.ts [deleted file]
client/src/app/signup/success.component.html [deleted file]
client/src/app/signup/success.component.scss [deleted file]
client/src/app/signup/success.component.ts [deleted file]