mirror of
https://github.com/bitwarden/android.git
synced 2024-11-01 07:35:52 +03:00
remove continue button if no 2fa available
This commit is contained in:
parent
ca8f6ee10b
commit
ea745665c8
1 changed files with 1 additions and 1 deletions
|
@ -160,7 +160,7 @@ namespace Bit.App.Pages
|
||||||
{
|
{
|
||||||
_messagingService.Send("listenYubiKeyOTP", false);
|
_messagingService.Send("listenYubiKeyOTP", false);
|
||||||
}
|
}
|
||||||
if(DuoMethod)
|
if(SelectedProviderType == null || DuoMethod)
|
||||||
{
|
{
|
||||||
page.RemoveContinueButton();
|
page.RemoveContinueButton();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue