mirror of
https://github.com/bitwarden/mobile.git
synced 2025-01-22 21:11: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();
|
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()
|
private async Task LogIn()
|
||||||
|
Loading…
Reference in New Issue
Block a user