Specify to 2fa we're coming from sso (#218)
This will allow for closing of 2fa window to optionally alter behavior for 2fa logins Co-authored-by: Matt Gibson <mdgibson@Matts-MBP.lan>
This commit is contained in:
parent
72bf18f369
commit
ecf1edfb3e
|
@ -145,6 +145,7 @@ export class SsoComponent {
|
||||||
this.router.navigate([this.twoFactorRoute], {
|
this.router.navigate([this.twoFactorRoute], {
|
||||||
queryParams: {
|
queryParams: {
|
||||||
identifier: orgIdFromState,
|
identifier: orgIdFromState,
|
||||||
|
sso: 'true'
|
||||||
},
|
},
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue