1
0
mirror of https://github.com/bitwarden/mobile synced 2025-12-21 10:43:22 +00:00

formatting

This commit is contained in:
Kyle Spearrin
2020-02-24 08:58:15 -05:00
parent c2f2a5e52f
commit 02cffa01e2

View File

@@ -141,7 +141,7 @@ namespace Bit.App.Pages
page.DuoWebView.RegisterAction(sig => page.DuoWebView.RegisterAction(sig =>
{ {
Token = sig; Token = sig;
Device.BeginInvokeOnMainThread(async() => await SubmitAsync()); Device.BeginInvokeOnMainThread(async () => await SubmitAsync());
}); });
break; break;
case TwoFactorProviderType.Email: case TwoFactorProviderType.Email: