mirror of
https://github.com/bitwarden/mobile
synced 2025-12-21 10:43:22 +00:00
formatting
This commit is contained in:
@@ -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:
|
||||||
|
|||||||
Reference in New Issue
Block a user