diff --git a/ui/src/views/chat/auth/component/password.vue b/ui/src/views/chat/auth/component/password.vue index 3682c63eb..4139258e5 100644 --- a/ui/src/views/chat/auth/component/password.vue +++ b/ui/src/views/chat/auth/component/password.vue @@ -63,7 +63,7 @@ const validator = () => { } const rules = { - value: [{ required: true, validator: validator_auth, trigger: 'blur' }] + value: [{ required: true, validator: validator_auth, trigger: 'manual' }] } const form = ref({