🐛 Trying to fix unusable captcha

This commit is contained in:
2025-07-27 02:20:29 +08:00
parent f80cabfa75
commit 1fd3b39c75
3 changed files with 5 additions and 5 deletions

View File

@@ -29,7 +29,7 @@
<n-form-item path="captchaToken">
<div class="flex justify-center w-full">
<captcha
<captcha-widget
:provider="captchaProvider"
:api-key="captchaApiKey"
@verified="onCaptchaVerified"
@@ -77,7 +77,7 @@ import {
type FormRules,
useMessage,
} from 'naive-ui'
import Captcha from '@/components/Captcha.vue'
import CaptchaWidget from '@/components/CaptchaWidget.vue'
const router = useRouter()
const formRef = ref<FormInst | null>(null)