Revert "Add Turnstile captcha to login"
All checks were successful
Build and Deploy / build-and-deploy (push) Successful in 52s

This reverts commit 5aa1be27bb.
This commit is contained in:
Cauê Faleiros
2026-07-28 11:52:46 -03:00
parent 302b55b346
commit a7c732e139
9 changed files with 14 additions and 197 deletions

10
src/vite-env.d.ts vendored
View File

@@ -1,10 +0,0 @@
/// <reference types="vite/client" />
interface ImportMetaEnv {
readonly VITE_API_URL?: string;
readonly VITE_TURNSTILE_SITE_KEY?: string;
}
interface ImportMeta {
readonly env: ImportMetaEnv;
}