diff --git a/src/App/Pages/Accounts/VerificationCodeViewModel.cs b/src/App/Pages/Accounts/VerificationCodeViewModel.cs index b9c849b0e..5bc57a2f4 100644 --- a/src/App/Pages/Accounts/VerificationCodeViewModel.cs +++ b/src/App/Pages/Accounts/VerificationCodeViewModel.cs @@ -99,6 +99,8 @@ namespace Bit.App.Pages await _apiService.PostAccountRequestOTP(); + await _deviceActionService.HideLoadingAsync(); + SendCodeStatus = AppResources.AVerificationCodeWasSentToYourEmail; _platformUtilsService.ShowToast(null, null, AppResources.CodeSent);