Skip to content

Commit

Permalink
auto hide forget password sheet after email has been resent
Browse files Browse the repository at this point in the history
  • Loading branch information
mayswind committed Sep 17, 2023
1 parent 3874a8d commit 55d0664
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/views/mobile/LoginPage.vue
Original file line number Diff line number Diff line change
Expand Up @@ -402,6 +402,7 @@ export default {
self.$hideLoading();
self.$toast('Password reset email has been sent');
self.showForgetPasswordSheet = false;
}).catch(error => {
self.requestingForgetPassword = false;
self.$hideLoading();
Expand Down

0 comments on commit 55d0664

Please sign in to comment.