We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fdd972e commit b5b6390Copy full SHA for b5b6390
packages/template-retail-react-app/app/ssr.js
@@ -71,7 +71,7 @@ const runtime = getRuntime()
71
72
const resetPasswordCallback =
73
config.app.login?.resetPassword?.callbackURI || '/reset-password-callback'
74
-const passwordlessLoginCallback =
+const passwordlessLoginCallback =
75
config.app.login?.passwordless?.callbackURI || '/passwordless-login-callback'
76
77
// Reusable function to handle sending a magic link email.
0 commit comments