1
0
mirror of https://github.com/bitwarden/mobile synced 2025-12-10 21:33:36 +00:00

add support for Duo Organization 2FA

This commit is contained in:
Kyle Spearrin
2018-04-03 15:59:58 -04:00
parent 10df9e7cd5
commit ddeae3b5ba
5 changed files with 47 additions and 33 deletions

View File

@@ -2364,6 +2364,15 @@ namespace Bit.App.Resources {
}
}
/// <summary>
/// Looks up a localized string similar to Organization.
/// </summary>
public static string Organization {
get {
return ResourceManager.GetString("Organization", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Other.
/// </summary>