Skip to content

Commit

Permalink
clear email when open forget password sheet
Browse files Browse the repository at this point in the history
  • Loading branch information
mayswind committed Sep 17, 2023
1 parent 6a3ecd5 commit 3874a8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/mobile/LoginPage.vue
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
</template>
<template #after>
<small>
<f7-link :class="{'disabled': !isUserForgetPasswordEnabled}" @click="showForgetPasswordSheet = true">{{ $t('Forget Password?') }}</f7-link>
<f7-link :class="{'disabled': !isUserForgetPasswordEnabled}" @click="forgetPasswordEmail = ''; showForgetPasswordSheet = true">{{ $t('Forget Password?') }}</f7-link>
</small>
</template>
</f7-list-item>
Expand Down

0 comments on commit 3874a8d

Please sign in to comment.