mirror of
https://github.com/bitwarden/android.git
synced 2024-12-25 02:18:27 +03:00
do not request focus on yubikey
This commit is contained in:
parent
2ddb384c80
commit
cab2b261b5
1 changed files with 0 additions and 4 deletions
|
@ -74,10 +74,6 @@ namespace Bit.App.Pages
|
||||||
{
|
{
|
||||||
RequestFocus(_totpEntry);
|
RequestFocus(_totpEntry);
|
||||||
}
|
}
|
||||||
else if(_vm.YubikeyMethod)
|
|
||||||
{
|
|
||||||
RequestFocus(_yubikeyTokenEntry);
|
|
||||||
}
|
|
||||||
return Task.FromResult(0);
|
return Task.FromResult(0);
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue