mirror of
https://github.com/bitwarden/mobile
synced 2025-12-05 23:53:33 +00:00
remove continue button if no 2fa available
This commit is contained in:
@@ -160,7 +160,7 @@ namespace Bit.App.Pages
|
||||
{
|
||||
_messagingService.Send("listenYubiKeyOTP", false);
|
||||
}
|
||||
if(DuoMethod)
|
||||
if(SelectedProviderType == null || DuoMethod)
|
||||
{
|
||||
page.RemoveContinueButton();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user