mirror of
https://github.com/bitwarden/mobile
synced 2025-12-21 10:43:22 +00:00
more do once and other cleanup
This commit is contained in:
@@ -15,7 +15,10 @@ namespace Bit.App.Pages
|
||||
|
||||
private async void Submit_Clicked(object sender, EventArgs e)
|
||||
{
|
||||
await _vm.SubmitAsync();
|
||||
if(DoOnce())
|
||||
{
|
||||
await _vm.SubmitAsync();
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user