mirror of
https://github.com/bitwarden/mobile
synced 2025-12-15 15:53:44 +00:00
Fixes for password reprompt (#1416)
This commit is contained in:
@@ -176,6 +176,11 @@ namespace Bit.App.Services
|
||||
var password = await _deviceActionService.DisplayPromptAync(AppResources.PasswordConfirmation,
|
||||
AppResources.PasswordConfirmationDesc, null, AppResources.Submit, AppResources.Cancel, password: true);
|
||||
|
||||
if (password == null)
|
||||
{
|
||||
return false;
|
||||
}
|
||||
|
||||
var valid = await validator(password);
|
||||
|
||||
if (!valid)
|
||||
|
||||
Reference in New Issue
Block a user