mirror of
https://github.com/pacnpal/thrilltrack-explorer.git
synced 2025-12-23 03:31:13 -05:00
Fix Callout positioning and type
This commit is contained in:
@@ -271,7 +271,6 @@ export default function Auth() {
|
|||||||
|
|
||||||
<div className="space-y-2">
|
<div className="space-y-2">
|
||||||
<Label>Security Verification</Label>
|
<Label>Security Verification</Label>
|
||||||
<div className="border border-dashed border-muted-foreground/30 rounded-lg p-4">
|
|
||||||
<TurnstileCaptcha
|
<TurnstileCaptcha
|
||||||
key={signInCaptchaKey}
|
key={signInCaptchaKey}
|
||||||
onSuccess={(token) => {
|
onSuccess={(token) => {
|
||||||
@@ -288,10 +287,8 @@ export default function Auth() {
|
|||||||
}}
|
}}
|
||||||
siteKey={import.meta.env.VITE_TURNSTILE_SITE_KEY}
|
siteKey={import.meta.env.VITE_TURNSTILE_SITE_KEY}
|
||||||
theme="auto"
|
theme="auto"
|
||||||
className="flex justify-center"
|
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
|
||||||
|
|
||||||
<Button
|
<Button
|
||||||
type="submit"
|
type="submit"
|
||||||
|
|||||||
Reference in New Issue
Block a user