Update src/app/auth/page.tsx
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user