Add success icon on registration

This commit is contained in:
Chocobozzz 2019-05-29 14:39:49 +02:00
parent 1d5342abc4
commit b247a13270
No known key found for this signature in database
GPG key ID: 583A612D890159BE
33 changed files with 178 additions and 125 deletions

View file

@ -16,7 +16,7 @@ const routes: Routes = [
},
{
path: 'verify-account',
loadChildren: './+verify-account/verify-account.module#VerifyAccountModule'
loadChildren: './+signup/+verify-account/verify-account.module#VerifyAccountModule'
},
{
path: 'accounts',
@ -30,6 +30,10 @@ const routes: Routes = [
path: 'about',
loadChildren: './+about/about.module#AboutModule'
},
{
path: 'signup',
loadChildren: './+signup/+register/register.module#RegisterModule'
},
{
path: '',
component: AppComponent // Avoid 404, app component will redirect dynamically