mirror of
https://dev.azure.com/hugendubel/ISA/_git/ISA-Frontend
synced 2025-12-31 09:37:15 +01:00
#3156 Login Test
This commit is contained in:
@@ -20,7 +20,10 @@ import { TokenLoginComponent, TokenLoginModule } from './token-login';
|
||||
const routes: Routes = [
|
||||
{
|
||||
path: 'login',
|
||||
children: [{ path: ':token', component: TokenLoginComponent }],
|
||||
children: [
|
||||
{ path: ':token', component: TokenLoginComponent },
|
||||
{ path: '**', redirectTo: 'kunde', pathMatch: 'full' },
|
||||
],
|
||||
},
|
||||
{
|
||||
path: '',
|
||||
|
||||
Reference in New Issue
Block a user