mirror of
https://github.com/bitwarden/mobile.git
synced 2024-12-28 17:18:23 +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 _deviceActionService.HideLoadingAsync();
|
||||
|
||||
SendCodeStatus = AppResources.AVerificationCodeWasSentToYourEmail;
|
||||
|
||||
_platformUtilsService.ShowToast(null, null, AppResources.CodeSent);
|
||||
|
Loading…
Reference in New Issue
Block a user