1
0
mirror of https://github.com/bitwarden/mobile.git synced 2024-06-26 10:36:21 +02:00

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

View File

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