1
0
mirror of https://github.com/bitwarden/browser synced 2026-02-09 21:20:27 +00:00

Merge branch 'main' into auth/pm-19555/defect-clicking-log-out-button

This commit is contained in:
Alec Rippberger
2025-04-14 10:31:31 -05:00
committed by GitHub

View File

@@ -99,6 +99,7 @@ export class TwoFactorVerifyComponent {
case -1 as TwoFactorProviderType:
return this.i18nService.t("recoveryCodeTitle");
case TwoFactorProviderType.Duo:
case TwoFactorProviderType.OrganizationDuo:
return "Duo";
case TwoFactorProviderType.Email:
return this.i18nService.t("emailTitle");