mirror of
https://github.com/bitwarden/mobile
synced 2025-12-16 08:13:20 +00:00
Support for lock/logout/remove accounts from account list (#1826)
* Support for lock/logout/remove accounts via long-press * establish and set listview height before showing * undo modification
This commit is contained in:
24
src/App/Resources/AppResources.Designer.cs
generated
24
src/App/Resources/AppResources.Designer.cs
generated
@@ -3773,6 +3773,24 @@ namespace Bit.App.Resources {
|
||||
}
|
||||
}
|
||||
|
||||
public static string AccountLockedSuccessfully {
|
||||
get {
|
||||
return ResourceManager.GetString("AccountLockedSuccessfully", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
public static string AccountLoggedOutSuccessfully {
|
||||
get {
|
||||
return ResourceManager.GetString("AccountLoggedOutSuccessfully", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
public static string AccountRemovedSuccessfully {
|
||||
get {
|
||||
return ResourceManager.GetString("AccountRemovedSuccessfully", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
public static string DeleteAccount {
|
||||
get {
|
||||
return ResourceManager.GetString("DeleteAccount", resourceCulture);
|
||||
@@ -3809,6 +3827,12 @@ namespace Bit.App.Resources {
|
||||
}
|
||||
}
|
||||
|
||||
public static string RequestOTP {
|
||||
get {
|
||||
return ResourceManager.GetString("RequestOTP", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
public static string SendCode {
|
||||
get {
|
||||
return ResourceManager.GetString("SendCode", resourceCulture);
|
||||
|
||||
Reference in New Issue
Block a user