mirror of
https://github.com/bitwarden/mobile
synced 2025-12-16 00:03:22 +00:00
[Reset Password v1] Update Temp Password (#1492)
* [Reset Password v1] Update Temp Password * fixed order of operations for reset temp password flow * Refactored bool with auth result * Finished removal of temp password flow from set password * iOS extension support plus extension bugfixes Co-authored-by: addison <addisonbeck1@gmail.com> Co-authored-by: Matt Portune <mportune@bitwarden.com>
This commit is contained in:
30
src/App/Resources/AppResources.Designer.cs
generated
30
src/App/Resources/AppResources.Designer.cs
generated
@@ -5362,6 +5362,36 @@ namespace Bit.App.Resources {
|
||||
}
|
||||
}
|
||||
|
||||
public static string UpdatedMasterPassword {
|
||||
get {
|
||||
return ResourceManager.GetString("UpdatedMasterPassword", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
public static string UpdateMasterPassword {
|
||||
get {
|
||||
return ResourceManager.GetString("UpdateMasterPassword", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
public static string UpdateMasterPasswordWarning {
|
||||
get {
|
||||
return ResourceManager.GetString("UpdateMasterPasswordWarning", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
public static string UpdatingPassword {
|
||||
get {
|
||||
return ResourceManager.GetString("UpdatingPassword", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
public static string UpdatePasswordError {
|
||||
get {
|
||||
return ResourceManager.GetString("UpdatePasswordError", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Your account's fingerprint phrase.
|
||||
/// </summary>
|
||||
|
||||
Reference in New Issue
Block a user