mirror of
https://github.com/bitwarden/mobile
synced 2025-12-17 08:43:21 +00:00
set password on add page when generation is selected.
This commit is contained in:
@@ -157,12 +157,15 @@ namespace Bit.iOS.Extension
|
||||
|
||||
partial void SelectBarButton_Activated(UIBarButtonItem sender)
|
||||
{
|
||||
throw new NotImplementedException();
|
||||
DismissViewController(true, () =>
|
||||
{
|
||||
Parent.PasswordCell.TextField.Text = PasswordLabel.Text;
|
||||
});
|
||||
}
|
||||
|
||||
partial void CancelBarButton_Activated(UIBarButtonItem sender)
|
||||
{
|
||||
throw new NotImplementedException();
|
||||
DismissViewController(true, null);
|
||||
}
|
||||
|
||||
private void GeneratePassword()
|
||||
|
||||
Reference in New Issue
Block a user