mirror of
https://github.com/soconnor0919/hristudio.git
synced 2026-02-05 07:56:30 -05:00
Refactor API routes and enhance documentation; add collaboration features and user role management. Update environment example and improve error handling in authentication.
This commit is contained in:
@@ -30,7 +30,7 @@ export default async function Home() {
|
||||
{session?.user ? (
|
||||
<div className="flex items-center gap-4">
|
||||
<span className="text-sm text-slate-600">
|
||||
Welcome, {session.user.name || session.user.email}
|
||||
Welcome, {session.user.name ?? session.user.email}
|
||||
</span>
|
||||
<Button asChild variant="outline">
|
||||
<Link href="/api/auth/signout">Sign Out</Link>
|
||||
|
||||
Reference in New Issue
Block a user