mirror of
https://github.com/bitwarden/mobile
synced 2025-12-21 18:53:29 +00:00
validating
This commit is contained in:
@@ -70,7 +70,7 @@ namespace Bit.App.Pages
|
||||
await LoadOnAppearedAsync(_scrollView, true, () =>
|
||||
{
|
||||
_vm.Init();
|
||||
if(_vm.TotpMethod)
|
||||
if(_vm.TotpMethod || _vm.YubikeyMethod)
|
||||
{
|
||||
RequestFocus(_totpEntry);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user