Skip to content

Commit

Permalink
fix: frontend vid
Browse files Browse the repository at this point in the history
  • Loading branch information
thezzisu committed Dec 23, 2024
1 parent 697c361 commit b10b535
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/frontend/src/utils/vaptcha.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ export const useVaptcha = ({ onPass }: { onPass?: (token: string) => void } = {}

onMounted(() => {
const config = {
vid: '6768c6a0dc0ff12924d9b115',
vid: import.meta.env.VAPTCHA_VID,
mode: 'click',
scene: 0,
container: document.getElementById('vaptcha'),
Expand Down

0 comments on commit b10b535

Please sign in to comment.