summaryrefslogtreecommitdiff
path: root/packages/client/src/components/forgot-password.vue
diff options
context:
space:
mode:
Diffstat (limited to 'packages/client/src/components/forgot-password.vue')
-rw-r--r--packages/client/src/components/forgot-password.vue4
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/client/src/components/forgot-password.vue b/packages/client/src/components/forgot-password.vue
index 46cbf6bd70..19c1f23c85 100644
--- a/packages/client/src/components/forgot-password.vue
+++ b/packages/client/src/components/forgot-password.vue
@@ -41,8 +41,8 @@ import { instance } from '@/instance';
import { i18n } from '@/i18n';
const emit = defineEmits<{
- (e: 'done'): void;
- (e: 'closed'): void;
+ (ev: 'done'): void;
+ (ev: 'closed'): void;
}>();
let dialog: InstanceType<typeof XModalWindow> = $ref();