docs: landing improvements (#695)

This commit is contained in:
KinfeMichael Tariku
2024-11-29 08:30:21 +03:00
committed by GitHub
parent f833373dee
commit 492cda1474
6 changed files with 25 additions and 19 deletions

View File

@@ -178,7 +178,7 @@ export default function SignIn() {
? "const [rememberMe, setRememberMe] = useState(false);"
: ""
}
return (
<Card className="max-w-md">
<CardHeader>
@@ -328,9 +328,9 @@ export default function SignIn() {
}
)}
onClick={async () => {
await signIn.social({
provider: "${provider}",
callbackURL: "/dashboard"
await signIn.social({
provider: "${provider}",
callbackURL: "/dashboard"
});
}}
>