You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This issue is not a question, general help request, or anything other than a bug report directly related to Clerk. Please ask questions in our Discord community: https://clerk.com/discord.
Preliminary Checks
I have reviewed the documentation: https://clerk.com/docs
I have searched for existing issues: https://github.com/clerkinc/javascript/issues
This issue is not a question, general help request, or anything other than a bug report directly related to Clerk. Please ask questions in our Discord community: https://clerk.com/discord.
Reproduction / Replay Link
https://github.com/clerkinc/javascript/blob/main/packages/clerk-js/src/ui/components/SignIn/SignInFactorOneEmailLinkCard.tsx#L53
Publishable key
pk_test_Y3JlZGlibGUtcmFiYml0LTUuY2xlcmsuYWNjb3VudHMuZGV2JA
Description
The expired magic link text is always in English, as set in this line of code:
https://github.com/danilofuchs/javascript/blob/92a7e7e45fc29c00e8a5c270b78f74df505645be/packages/clerk-js/src/ui/components/SignIn/SignInFactorOneEmailLinkCard.tsx#L53
And this:
https://github.com/danilofuchs/javascript/blob/92a7e7e45fc29c00e8a5c270b78f74df505645be/packages/clerk-js/src/ui/components/SignUp/SignUpEmailLinkCard.tsx#L47
The verification link expired. Please resend it.Environment