Skip to content

Commit 1e96d5d

Browse files
committed
[DSC-2401] disable standard-login route by default
1 parent 1f83498 commit 1e96d5d

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/app/app-routes.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -178,6 +178,7 @@ export const APP_ROUTES: Route[] = [
178178
data: {
179179
isBackDoor: true,
180180
},
181+
canMatch: [() => environment.auth.disableStandardLogin],
181182
},
182183
{
183184
path: 'login',

0 commit comments

Comments
 (0)