We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b8b1c7 commit c6784baCopy full SHA for c6784ba
apps/webapp/app/services/emailAuth.server.tsx
@@ -26,6 +26,8 @@ const emailStrategy = new EmailLinkStrategy(
26
form: FormData;
27
magicLinkVerify: boolean;
28
}) => {
29
+ logger.info("Magic link user authenticated", { email, magicLinkVerify });
30
+
31
try {
32
const { user, isNewUser } = await findOrCreateUser({
33
email,
0 commit comments