mirror of
https://github.com/bitwarden/browser
synced 2026-02-02 01:33:22 +00:00
Undo type check
This commit is contained in:
@@ -251,9 +251,7 @@ export class PasswordLoginStrategy extends LoginStrategy {
|
||||
this.cache.next(data);
|
||||
|
||||
const [authResult] = await this.startLogIn();
|
||||
if (this.cache.value instanceof PasswordLoginStrategyData) {
|
||||
authResult.masterPassword = this.cache.value["masterPassword"] ?? null;
|
||||
}
|
||||
authResult.masterPassword = this.cache.value["masterPassword"] ?? null;
|
||||
return authResult;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user