mirror of
https://github.com/bitwarden/browser
synced 2025-12-10 13:23:34 +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,
|
sessionId: string,
|
||||||
userVerification: boolean
|
userVerification: boolean
|
||||||
): Promise<boolean> {
|
): Promise<boolean> {
|
||||||
if (userVerification && !(await this.passwordRepromptService.showPasswordPrompt())) {
|
// We are bypassing user verification pending implementation of PIN and biometric support.
|
||||||
BrowserFido2UserInterfaceSession.abortPopout(sessionId);
|
|
||||||
return false;
|
|
||||||
}
|
|
||||||
|
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user