update copy on notice banner and blob debug info

This commit is contained in:
2022-10-05 11:18:25 +01:00
parent e9cbee2eb5
commit 2d1c6bb37a
9 changed files with 29 additions and 21 deletions
+2 -2
View File
@@ -51,7 +51,7 @@ export default NextAuth({
reference: reference,
// emailReplyToId: emailReplyToId,
})
.then((response) => console.log(response))
//.then((response) => console.log(response))
.catch((err) => consoleLogger(err));
},
}),
@@ -73,7 +73,7 @@ export default NextAuth({
},
callbacks: {
session: async (session, user) => {
console.log(user);
//console.log(user);
return Promise.resolve(session);
},
},