This commit is contained in:
sijinhui 2024-03-31 22:16:34 +08:00
parent 95fc45486b
commit 65a5efbb6d
2 changed files with 2 additions and 2 deletions

View File

@ -64,7 +64,7 @@ function UserTableSearchInput({ users, setUsers, setLoading }: UserInterface) {
}; };
fetchUsers(); fetchUsers();
console.log(users, "users1"); // console.log(users, "users1");
// eslint-disable-next-line react-hooks/exhaustive-deps // eslint-disable-next-line react-hooks/exhaustive-deps
}, [searchText]); }, [searchText]);

View File

@ -158,7 +158,7 @@ export function getSession() {
export async function getSessionName() { export async function getSessionName() {
const session = await getSession(); const session = await getSession();
console.log('in........', session) // console.log('in........', session)
return { return {
name: session?.user?.email || session?.user?.name, name: session?.user?.email || session?.user?.name,
session session