1
0
mirror of https://github.com/bitwarden/mobile synced 2025-12-15 15:53:44 +00:00

Removal of lifecycle hack for 2FA resume flow (#912)

This commit is contained in:
Matt Portune
2020-05-20 09:57:48 -04:00
committed by GitHub
parent 4576f378cc
commit 4b9a036e5e
2 changed files with 0 additions and 22 deletions

View File

@@ -143,7 +143,6 @@ namespace Bit.App.Pages
page.DuoWebView.RegisterAction(sig =>
{
Token = sig;
App.WaitForResume();
Device.BeginInvokeOnMainThread(async () => await SubmitAsync());
});
break;