mirror of
https://github.com/bitwarden/mobile
synced 2025-12-17 16:53:26 +00:00
validating
This commit is contained in:
@@ -70,7 +70,7 @@ namespace Bit.App.Pages
|
|||||||
await LoadOnAppearedAsync(_scrollView, true, () =>
|
await LoadOnAppearedAsync(_scrollView, true, () =>
|
||||||
{
|
{
|
||||||
_vm.Init();
|
_vm.Init();
|
||||||
if(_vm.TotpMethod)
|
if(_vm.TotpMethod || _vm.YubikeyMethod)
|
||||||
{
|
{
|
||||||
RequestFocus(_totpEntry);
|
RequestFocus(_totpEntry);
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -187,7 +187,7 @@ namespace Bit.App.Pages
|
|||||||
|
|
||||||
try
|
try
|
||||||
{
|
{
|
||||||
await _deviceActionService.ShowLoadingAsync(AppResources.LoggingIn);
|
await _deviceActionService.ShowLoadingAsync(AppResources.Validating);
|
||||||
await _authService.LogInTwoFactorAsync(SelectedProviderType.Value, Token, Remember);
|
await _authService.LogInTwoFactorAsync(SelectedProviderType.Value, Token, Remember);
|
||||||
await _deviceActionService.HideLoadingAsync();
|
await _deviceActionService.HideLoadingAsync();
|
||||||
var task = Task.Run(() => _syncService.FullSyncAsync(true));
|
var task = Task.Run(() => _syncService.FullSyncAsync(true));
|
||||||
|
|||||||
Reference in New Issue
Block a user