1
0
mirror of https://github.com/bitwarden/mobile.git synced 2024-06-29 11:05:52 +02:00

remove continue button if no 2fa available

This commit is contained in:
Kyle Spearrin 2019-07-03 12:21:06 -04:00
parent ca8f6ee10b
commit ea745665c8

View File

@ -160,7 +160,7 @@ namespace Bit.App.Pages
{
_messagingService.Send("listenYubiKeyOTP", false);
}
if(DuoMethod)
if(SelectedProviderType == null || DuoMethod)
{
page.RemoveContinueButton();
}