We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1163657 commit 97a602dCopy full SHA for 97a602d
src/common/constants/turnstile.ts
@@ -1 +1 @@
1
-export const OW4_DJANGO_TURNSTILE_PUBLIC_KEY = process.env.OW4_DJANGO_TURNSTILE_PUBLIC_KEY || '';
+export const OW4_DJANGO_TURNSTILE_PUBLIC_KEY = process.env.OW4_DJANGO_TURNSTILE_PUBLIC_KEY || '';
src/events/components/Attendance/CaptchaModal.tsx
@@ -1,7 +1,7 @@
import React, { FC } from 'react';
2
import { Modal } from '@dotkomonline/design-system';
3
import { OW4_DJANGO_TURNSTILE_PUBLIC_KEY } from 'common/constants/turnstile';
4
-import Turnstile from "react-turnstile";
+import Turnstile from 'react-turnstile';
5
6
interface ICaptchaModalProps {
7
showModal: boolean;
0 commit comments