mirror of
https://github.com/bitwarden/mobile
synced 2025-12-05 23:53:33 +00:00
manage URIS on add/edit
This commit is contained in:
@@ -56,5 +56,10 @@ namespace Bit.App.Pages
|
||||
await _vm.SubmitAsync();
|
||||
}
|
||||
}
|
||||
|
||||
private void NewUri_Clicked(object sender, System.EventArgs e)
|
||||
{
|
||||
_vm.AddUri();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user