Added hide loading after requesting OTP on verification code (#1732)

This commit is contained in:
Federico Maccaroni 2022-01-25 17:07:10 -03:00 committed by GitHub
parent 37f4439892
commit ef6184a05b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -99,6 +99,8 @@ namespace Bit.App.Pages
await _apiService.PostAccountRequestOTP();
await _deviceActionService.HideLoadingAsync();
SendCodeStatus = AppResources.AVerificationCodeWasSentToYourEmail;
_platformUtilsService.ShowToast(null, null, AppResources.CodeSent);