Update src/app/auth/page.tsx

This commit is contained in:
2026-05-16 20:42:33 +00:00
parent 122d95661e
commit 959dbc04dc

View File

@@ -36,7 +36,7 @@ export default function AuthPage() {
title="Sign into your account"
description="Enter your credentials to access your dashboard."
buttons={[{ text: "Sign In", href: "#" }]}
background={{ variant: "glowing-orb" }}
background={{ variant: "plain" }}
useInvertedBackground={false}
/>
</div>