diff --git a/src/App/Pages/Accounts/TwoFactorPageViewModel.cs b/src/App/Pages/Accounts/TwoFactorPageViewModel.cs index cd1e4615f..c38351f7e 100644 --- a/src/App/Pages/Accounts/TwoFactorPageViewModel.cs +++ b/src/App/Pages/Accounts/TwoFactorPageViewModel.cs @@ -141,7 +141,7 @@ namespace Bit.App.Pages page.DuoWebView.RegisterAction(sig => { Token = sig; - Device.BeginInvokeOnMainThread(async() => await SubmitAsync()); + Device.BeginInvokeOnMainThread(async () => await SubmitAsync()); }); break; case TwoFactorProviderType.Email: