mirror of
https://github.com/bitwarden/mobile
synced 2025-02-06 13:24:34 +01:00
Added hide loading after requesting OTP on verification code (#1732)
This commit is contained in:
parent
37f4439892
commit
ef6184a05b
@ -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);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user