Skip to content

Commit e420081

Browse files
committed
[DSC-2401] disable standard-login route by default
1 parent 502f6c0 commit e420081

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/app/app-routing.module.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -184,6 +184,7 @@ import {
184184
data: {
185185
isBackDoor: true,
186186
},
187+
canMatch: [() => environment.auth.disableStandardLogin],
187188
},
188189
{
189190
path: 'login',

0 commit comments

Comments
 (0)