1
0
mirror of https://github.com/bitwarden/mobile synced 2026-01-07 11:03:54 +00:00

add/edit login totp key

This commit is contained in:
Kyle Spearrin
2017-07-13 11:52:24 -04:00
parent 4c4996ee2a
commit 65168c71c0
16 changed files with 260 additions and 173 deletions

View File

@@ -178,6 +178,15 @@ namespace Bit.App.Resources {
}
}
/// <summary>
/// Looks up a localized string similar to Authenticator Key (TOTP).
/// </summary>
public static string AuthenticatorKey {
get {
return ResourceManager.GetString("AuthenticatorKey", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Auto-fill.
/// </summary>