Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
joleeee committed Apr 10, 2024
1 parent 1163657 commit 97a602d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/common/constants/turnstile.ts
Original file line number Diff line number Diff line change
@@ -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 || '';
2 changes: 1 addition & 1 deletion src/events/components/Attendance/CaptchaModal.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import React, { FC } from 'react';
import { Modal } from '@dotkomonline/design-system';
import { OW4_DJANGO_TURNSTILE_PUBLIC_KEY } from 'common/constants/turnstile';
import Turnstile from "react-turnstile";
import Turnstile from 'react-turnstile';

interface ICaptchaModalProps {
showModal: boolean;
Expand Down

0 comments on commit 97a602d

Please sign in to comment.