mirror of
https://github.com/bitwarden/mobile
synced 2025-12-14 23:33:34 +00:00
2fa for email
This commit is contained in:
@@ -98,7 +98,7 @@ namespace Bit.Core.Services
|
||||
|
||||
public void Init()
|
||||
{
|
||||
TwoFactorProviders[TwoFactorProviderType.Email].Name = _i18nService.T("EmailTitle");
|
||||
TwoFactorProviders[TwoFactorProviderType.Email].Name = _i18nService.T("Email");
|
||||
TwoFactorProviders[TwoFactorProviderType.Email].Description = _i18nService.T("EmailDesc");
|
||||
TwoFactorProviders[TwoFactorProviderType.Authenticator].Name = _i18nService.T("AuthenticatorAppTitle");
|
||||
TwoFactorProviders[TwoFactorProviderType.Authenticator].Description =
|
||||
|
||||
Reference in New Issue
Block a user