mirror of
https://github.com/bitwarden/android.git
synced 2026-05-08 21:10:40 -05:00
formatting
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user