mirror of
https://github.com/twinpath/app.git
synced 2026-01-27 05:42:04 +07:00
Fix: Resolve ENV parsing issue and implement Cloudflare Turnstile
This commit is contained in:
@@ -52,6 +52,8 @@
|
||||
@enderror
|
||||
</div>
|
||||
|
||||
<!-- Turnstile -->
|
||||
<x-turnstile class="mb-5" />
|
||||
<!-- Button -->
|
||||
<div>
|
||||
<button type="submit"
|
||||
|
||||
@@ -125,6 +125,8 @@
|
||||
Forgot password?
|
||||
</a>
|
||||
</div>
|
||||
<!-- Turnstile -->
|
||||
<x-turnstile class="mb-5" />
|
||||
<!-- Button -->
|
||||
<div>
|
||||
<button type="submit"
|
||||
|
||||
@@ -146,6 +146,8 @@
|
||||
</label>
|
||||
</div>
|
||||
</div>
|
||||
<!-- Turnstile -->
|
||||
<x-turnstile class="mb-5" />
|
||||
<!-- Button -->
|
||||
<div>
|
||||
<button type="submit"
|
||||
|
||||
Reference in New Issue
Block a user