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 13a40d5 commit 97568dcCopy full SHA for 97568dc
apps/webapp/app/routes/login.magic/route.tsx
@@ -124,8 +124,8 @@ export async function action({ request }: ActionFunctionArgs) {
124
125
const errorMessage =
126
error instanceof MagicLinkRateLimitError
127
- ? "Failed sending magic link. Please try again shortly."
128
- : "Too many magic link requests. Please try again shortly.";
+ ? "Too many magic link requests. Please try again shortly."
+ : "Failed sending magic link. Please try again shortly.";
129
130
const session = await getUserSession(request);
131
session.set("auth:error", {
0 commit comments