1
0
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:
Maciej Zieniuk
2025-02-10 15:09:19 +01:00
committed by GitHub
parent 13a80ccff2
commit 1bd8a22c63
3 changed files with 9 additions and 9 deletions

View File

@@ -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;