Skip to content

Commit b5b6390

Browse files
committed
lint
1 parent fdd972e commit b5b6390

File tree

1 file changed

+1
-1
lines changed
  • packages/template-retail-react-app/app

1 file changed

+1
-1
lines changed

packages/template-retail-react-app/app/ssr.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ const runtime = getRuntime()
7171

7272
const resetPasswordCallback =
7373
config.app.login?.resetPassword?.callbackURI || '/reset-password-callback'
74-
const passwordlessLoginCallback =
74+
const passwordlessLoginCallback =
7575
config.app.login?.passwordless?.callbackURI || '/passwordless-login-callback'
7676

7777
// Reusable function to handle sending a magic link email.

0 commit comments

Comments
 (0)