mirror of
https://git.joinsharkey.org/Sharkey/Sharkey.git
synced 2025-01-12 01:03:08 +02:00
fix(client): remove unexpected token (#8672)
This commit is contained in:
parent
3f9b7e8b1d
commit
657dc15995
1 changed files with 1 additions and 1 deletions
|
@ -56,7 +56,7 @@ import { fetchInstance } from '@/instance';
|
||||||
|
|
||||||
const MkCaptcha = defineAsyncComponent(() => import('@/components/captcha.vue'));
|
const MkCaptcha = defineAsyncComponent(() => import('@/components/captcha.vue'));
|
||||||
|
|
||||||
let provider: = $ref(null);
|
let provider = $ref(null);
|
||||||
let hcaptchaSiteKey: string | null = $ref(null);
|
let hcaptchaSiteKey: string | null = $ref(null);
|
||||||
let hcaptchaSecretKey: string | null = $ref(null);
|
let hcaptchaSecretKey: string | null = $ref(null);
|
||||||
let recaptchaSiteKey: string | null = $ref(null);
|
let recaptchaSiteKey: string | null = $ref(null);
|
||||||
|
|
Loading…
Reference in a new issue