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:
@@ -143,7 +143,6 @@ namespace Bit.App.Pages
|
||||
page.DuoWebView.RegisterAction(sig =>
|
||||
{
|
||||
Token = sig;
|
||||
App.WaitForResume();
|
||||
Device.BeginInvokeOnMainThread(async () => await SubmitAsync());
|
||||
});
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user