mirror of
https://github.com/bitwarden/browser
synced 2025-12-15 07:43:35 +00:00
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:
@@ -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'
|
||||||
},
|
},
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user