mirror of
https://github.com/bitwarden/android.git
synced 2024-10-31 23:25:45 +03:00
formatting
This commit is contained in:
parent
c2f2a5e52f
commit
02cffa01e2
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||||
|
|
Loading…
Reference in a new issue