Moved things and added title extraction
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import { OAuthSignInButton } from "@/components/auth/signin-button"
|
||||
import { OAuthSignInButton } from "@/app/sign-in/_components/signin-button"
|
||||
import { Card, CardContent, CardDescription, CardHeader, CardTitle } from "@/components/ui/card"
|
||||
import { getSession } from "@/lib/auth/session"
|
||||
import { LogIn } from "lucide-react"
|
||||
@@ -11,7 +11,7 @@ export default async function SignInPage() {
|
||||
}
|
||||
|
||||
return (
|
||||
<div className="min-h-screen flex items-center justify-center bg-gradient-to-br from-slate-50 to-slate-100 dark:from-slate-900 dark:to-slate-800 p-4">
|
||||
<div className="min-h-screen flex items-center justify-center bg-background p-4">
|
||||
<Card className="w-full max-w-md shadow-xl">
|
||||
<CardHeader className="space-y-1 text-center">
|
||||
<div className="flex justify-center mb-4">
|
||||
|
||||
Reference in New Issue
Block a user