This commit is contained in:
Constantin Simonis 2025-03-06 11:01:59 +01:00
commit 33683f565f
No known key found for this signature in database
GPG key ID: 3878FF77C24AF4D2
11 changed files with 330 additions and 294 deletions

View file

@ -8,7 +8,7 @@ export const routes: Routes = [
component: LandingComponent,
},
{
path: 'login/success',
path: 'auth/callback',
loadComponent: () => import('./feature/login-success/login-success.component'),
},
{