mirror of
https://github.com/mayswind/ezbookkeeping.git
synced 2026-05-20 17:54:30 +08:00
clear email when open forget password sheet
This commit is contained in:
@@ -36,7 +36,7 @@
|
|||||||
</template>
|
</template>
|
||||||
<template #after>
|
<template #after>
|
||||||
<small>
|
<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>
|
</small>
|
||||||
</template>
|
</template>
|
||||||
</f7-list-item>
|
</f7-list-item>
|
||||||
|
|||||||
Reference in New Issue
Block a user