diff --git a/src/Android/Android.csproj b/src/Android/Android.csproj index 0c2c1be45..e6370b934 100644 --- a/src/Android/Android.csproj +++ b/src/Android/Android.csproj @@ -172,6 +172,7 @@ + diff --git a/src/Android/Resources/drawable/ic_warning.xml b/src/Android/Resources/drawable/ic_warning.xml new file mode 100644 index 000000000..b2df24021 --- /dev/null +++ b/src/Android/Resources/drawable/ic_warning.xml @@ -0,0 +1,9 @@ + + + diff --git a/src/App/Abstractions/IPasswordRepromptService.cs b/src/App/Abstractions/IPasswordRepromptService.cs index 47fc5930d..6acd0ddd2 100644 --- a/src/App/Abstractions/IPasswordRepromptService.cs +++ b/src/App/Abstractions/IPasswordRepromptService.cs @@ -7,6 +7,8 @@ namespace Bit.App.Abstractions string[] ProtectedFields { get; } Task ShowPasswordPromptAsync(); + + Task<(string password, bool valid)> ShowPasswordPromptAndGetItAsync(); Task Enabled(); } diff --git a/src/App/Pages/Accounts/DeleteAccountPage.xaml b/src/App/Pages/Accounts/DeleteAccountPage.xaml new file mode 100644 index 000000000..be7f8c68b --- /dev/null +++ b/src/App/Pages/Accounts/DeleteAccountPage.xaml @@ -0,0 +1,56 @@ + + + + + + + + + + + + + +