mirror of
https://github.com/bitwarden/browser
synced 2025-12-16 08:13:42 +00:00
PM-14445: Auth SSO Login TS strict failures (#13335)
This commit is contained in:
@@ -367,7 +367,7 @@ export class SsoComponent implements OnInit {
|
||||
codeVerifier,
|
||||
redirectUri,
|
||||
orgSsoIdentifier,
|
||||
email,
|
||||
email ?? undefined,
|
||||
);
|
||||
this.formPromise = this.loginStrategyService.logIn(credentials);
|
||||
const authResult = await this.formPromise;
|
||||
|
||||
Reference in New Issue
Block a user