-
-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
r006 #57
r006 #57
Conversation
…ervices in First Sign-up (#56) * ar(feat) [DPTM-7]: Add Sentry to Hypnos * ar(feat) [DPTM-7]: Add Sentry to Hypnos * ar(feat) [DPTM-7]: Add Sentry to Hypnos * ar(feat) [DPTM-7]: Add Sentry to Hypnos
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
lib/auth/constants.ts
Outdated
@@ -126,8 +132,12 @@ export const authConfig = { | |||
callbacks: { | |||
async signIn(props) { | |||
const { user } = props; | |||
console.log({ props, user }); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🔪
lib/auth/constants.ts
Outdated
try { | ||
await allUsersSideEffects({ user }); | ||
if (user) { | ||
console.log('Callback: Running side-effects'); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[DPCP-125]
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🚀
#56