mirror of
https://github.com/bitwarden/browser.git
synced 2024-11-21 11:35:34 +01:00
Bypass user verification on add-edit component as well. (#6713)
This commit is contained in:
parent
3e62559f44
commit
8e09b6d66b
@ -330,11 +330,7 @@ export class AddEditComponent extends BaseAddEditComponent {
|
||||
sessionId: string,
|
||||
userVerification: boolean
|
||||
): Promise<boolean> {
|
||||
if (userVerification && !(await this.passwordRepromptService.showPasswordPrompt())) {
|
||||
BrowserFido2UserInterfaceSession.abortPopout(sessionId);
|
||||
return false;
|
||||
}
|
||||
|
||||
// We are bypassing user verification pending implementation of PIN and biometric support.
|
||||
return true;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user