diff --git a/src/App/Pages/Accounts/LockPage.xaml.cs b/src/App/Pages/Accounts/LockPage.xaml.cs index c35eaef56..ee50ed745 100644 --- a/src/App/Pages/Accounts/LockPage.xaml.cs +++ b/src/App/Pages/Accounts/LockPage.xaml.cs @@ -87,10 +87,7 @@ namespace Bit.App.Pages var tasks = Task.Run(async () => { await Task.Delay(50); - Device.BeginInvokeOnMainThread(async () => - { - await _vm.SubmitAsync(); - }); + Device.BeginInvokeOnMainThread(async () => await _vm.SubmitAsync()); }); } }