mirror of
https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web.git
synced 2025-11-16 14:03:43 +08:00
little
This commit is contained in:
@@ -158,7 +158,7 @@ export function getSession() {
|
||||
|
||||
export async function getSessionName() {
|
||||
const session = await getSession();
|
||||
console.log('in........', session)
|
||||
// console.log('in........', session)
|
||||
return {
|
||||
name: session?.user?.email || session?.user?.name,
|
||||
session
|
||||
|
||||
Reference in New Issue
Block a user