feat: Add proper redirects to login and logout buttons (CAS-1) #17

Merged
ptran merged 2 commits from feature/login-logout-redirect into main 2025-02-12 10:37:21 +00:00
3 changed files with 14 additions and 14 deletions
Showing only changes of commit c64152b99f - Show all commits

View File

@ -12,5 +12,5 @@ export const routes: Routes = [
path: 'home',
component: HomepageComponent,
canActivate: [authGuard],
}
},
];