mirror of
https://github.com/bitwarden/mobile.git
synced 2025-01-13 19:41:31 +01:00
formatting
This commit is contained in:
parent
c2f2a5e52f
commit
02cffa01e2
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user