mirror of
https://github.com/bitwarden/browser
synced 2026-01-06 02:23:44 +00:00
Bump angular to v12 (#1325)
This commit is contained in:
@@ -66,7 +66,7 @@ export class TwoFactorVerifyComponent {
|
||||
|
||||
private apiCall(request: SecretVerificationRequest): Promise<TwoFactorResponse> {
|
||||
switch (this.type) {
|
||||
case -1:
|
||||
case -1 as TwoFactorProviderType:
|
||||
return this.apiService.getTwoFactorRecover(request);
|
||||
case TwoFactorProviderType.Duo:
|
||||
case TwoFactorProviderType.OrganizationDuo:
|
||||
|
||||
Reference in New Issue
Block a user