Skip to content
Snippets Groups Projects
Unverified Commit 657dc159 authored by Andreas Nedbal's avatar Andreas Nedbal Committed by GitHub
Browse files

fix(client): remove unexpected token (#8672)

parent 3f9b7e8b
No related branches found
No related tags found
No related merge requests found
......@@ -56,7 +56,7 @@ import { fetchInstance } from '@/instance';
const MkCaptcha = defineAsyncComponent(() => import('@/components/captcha.vue'));
let provider: = $ref(null);
let provider = $ref(null);
let hcaptchaSiteKey: string | null = $ref(null);
let hcaptchaSecretKey: string | null = $ref(null);
let recaptchaSiteKey: string | null = $ref(null);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment