mirror of
https://github.com/bitwarden/browser
synced 2025-12-06 00:13:28 +00:00
Bypass user verification on add-edit component as well. (#6713)
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user