login page and fix autoscrolling on nav

This commit is contained in:
Matt Hill
2021-06-14 14:28:35 -06:00
committed by Aiden McClelland
parent 8d01ebe8b2
commit 21dd8fa618
22 changed files with 112 additions and 227 deletions

View File

@@ -12,9 +12,9 @@ const routes: Routes = [
path: '',
},
{
path: 'auth',
path: 'login',
canActivate: [UnauthGuard],
loadChildren: () => import('./pages/auth-routes/auth-routing.module').then(m => m.AuthRoutingModule),
loadChildren: () => import('./pages/login/login.module').then(m => m.LoginPageModule),
},
{
path: 'embassy',