mirror of
https://github.com/bitwarden/browser.git
synced 2024-11-23 11:56:00 +01: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:
parent
72bf18f369
commit
ecf1edfb3e
@ -145,6 +145,7 @@ export class SsoComponent {
|
||||
this.router.navigate([this.twoFactorRoute], {
|
||||
queryParams: {
|
||||
identifier: orgIdFromState,
|
||||
sso: 'true'
|
||||
},
|
||||
});
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user