1
0
mirror of https://github.com/bitwarden/mobile synced 2025-12-14 23:33:34 +00:00

2fa for email

This commit is contained in:
Kyle Spearrin
2019-05-28 10:12:51 -04:00
parent 58d101659a
commit 786f3b4644
4 changed files with 27 additions and 12 deletions

View File

@@ -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 =