mirror of
https://github.com/bitwarden/mobile
synced 2025-01-16 19:02:27 +01:00
async fix on log in
This commit is contained in:
parent
3532037700
commit
712f031650
@ -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()
|
||||
|
Loading…
Reference in New Issue
Block a user