1
0
mirror of https://github.com/bitwarden/mobile synced 2026-01-03 09:03:35 +00: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

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);