Skip to content
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

Merged
merged 4 commits into from
Aug 30, 2024
Merged

r006 #57

merged 4 commits into from
Aug 30, 2024

Conversation

angeloreale
Copy link
Collaborator

#56

…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
Copy link

vercel bot commented Aug 30, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
hypnos ✅ Ready (Inspect) Visit Preview 💬 Add feedback Aug 30, 2024 8:59pm

@@ -126,8 +132,12 @@ export const authConfig = {
callbacks: {
async signIn(props) {
const { user } = props;
console.log({ props, user });
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🔪

try {
await allUsersSideEffects({ user });
if (user) {
console.log('Callback: Running side-effects');
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[DPCP-125]

Copy link
Collaborator Author

@angeloreale angeloreale left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🚀

@angeloreale angeloreale merged commit 0d3db2d into main Aug 30, 2024
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant