mirror of
https://github.com/bitwarden/android.git
synced 2024-12-26 02:48:29 +03:00
Added hide loading after requesting OTP on verification code (#1732)
This commit is contained in:
parent
37f4439892
commit
ef6184a05b
1 changed files with 2 additions and 0 deletions
|
@ -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…
Reference in a new issue