mirror of
https://github.com/bitwarden/browser
synced 2025-12-17 08:43:33 +00:00
handle startAuthRequestLogin()
This commit is contained in:
@@ -40,10 +40,12 @@ export class LoginComponent extends CaptchaProtectedComponent implements OnInit,
|
||||
|
||||
showPassword = false;
|
||||
formPromise: Promise<AuthResult>;
|
||||
|
||||
onSuccessfulLogin: () => Promise<any>;
|
||||
onSuccessfulLoginNavigate: (userId: UserId) => Promise<any>;
|
||||
onSuccessfulLoginTwoFactorNavigate: () => Promise<any>;
|
||||
onSuccessfulLoginForceResetNavigate: () => Promise<any>;
|
||||
|
||||
showLoginWithDevice: boolean;
|
||||
validatedEmail = false;
|
||||
paramEmailSet = false;
|
||||
|
||||
Reference in New Issue
Block a user