mirror of
https://github.com/bitwarden/mobile
synced 2025-12-05 23:53:33 +00:00
async fix on log in
This commit is contained in:
@@ -81,9 +81,9 @@ namespace Bit.App.Pages
|
||||
EmailCell.Entry.Focus();
|
||||
}
|
||||
|
||||
private void Entry_Completed(object sender, EventArgs e)
|
||||
private async void Entry_Completed(object sender, EventArgs e)
|
||||
{
|
||||
LogIn().Wait();
|
||||
await LogIn();
|
||||
}
|
||||
|
||||
private async Task LogIn()
|
||||
|
||||
Reference in New Issue
Block a user