mirror of
https://github.com/bitwarden/mobile
synced 2025-12-22 11:13:49 +00:00
exposed password check
This commit is contained in:
@@ -49,7 +49,7 @@ namespace Bit.App
|
||||
}
|
||||
else
|
||||
{
|
||||
await MainPage.DisplayAlert(details.Title, details.Text, details.ConfirmText);
|
||||
await MainPage.DisplayAlert(details.Title, details.Text, confirmText);
|
||||
}
|
||||
_messagingService.Send("showDialogResolve", new Tuple<int, bool>(details.DialogId, confirmed));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user