Fix Callout positioning and type

This commit is contained in:
gpt-engineer-app[bot]
2025-09-29 17:20:32 +00:00
parent 9c2cb0847e
commit 728754bab4

View File

@@ -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"