1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-16 08:13:42 +00:00

add back call to verify by PIN (#8495)

This commit is contained in:
Jake Fink
2024-03-26 12:00:30 -04:00
committed by GitHub
parent a46767dee2
commit 7f14ee4994

View File

@@ -140,7 +140,7 @@ export class UserVerificationService implements UserVerificationServiceAbstracti
case VerificationType.MasterPassword:
return this.verifyUserByMasterPassword(verification);
case VerificationType.PIN:
break;
return this.verifyUserByPIN(verification);
case VerificationType.Biometrics:
return this.verifyUserByBiometrics();
default: {