mirror of
https://github.com/bitwarden/mobile
synced 2025-12-16 00:03:22 +00:00
Added account deletion feature on settings (#1621)
* Added account deletion feature on settings * Disabled using Microsoft.AppCenter.Crashes for FDroid * Moved drawable on Android.csproj to be with the others Co-authored-by: Federico Maccaroni <fmaccaroni@bitwarden.com>
This commit is contained in:
committed by
GitHub
parent
833103b2a0
commit
9fdf2ada6f
30
src/App/Resources/AppResources.Designer.cs
generated
30
src/App/Resources/AppResources.Designer.cs
generated
@@ -3719,6 +3719,36 @@ namespace Bit.App.Resources {
|
||||
}
|
||||
}
|
||||
|
||||
public static string DeleteAccount {
|
||||
get {
|
||||
return ResourceManager.GetString("DeleteAccount", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
public static string DeletingYourAccountIsPermanent {
|
||||
get {
|
||||
return ResourceManager.GetString("DeletingYourAccountIsPermanent", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
public static string DeleteAccountExplanation {
|
||||
get {
|
||||
return ResourceManager.GetString("DeleteAccountExplanation", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
public static string DeletingYourAccount {
|
||||
get {
|
||||
return ResourceManager.GetString("DeletingYourAccount", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
public static string YourAccountHasBeenPermanentlyDeleted {
|
||||
get {
|
||||
return ResourceManager.GetString("YourAccountHasBeenPermanentlyDeleted", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
public static string InvalidVerificationCode {
|
||||
get {
|
||||
return ResourceManager.GetString("InvalidVerificationCode", resourceCulture);
|
||||
|
||||
Reference in New Issue
Block a user