Skip to content

Commit

Permalink
fix(manager): missing magic-link tag (#823)
Browse files Browse the repository at this point in the history
  • Loading branch information
douglasduteil authored Nov 13, 2024
1 parent 767bf00 commit cb6826e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/managers/user.ts
Original file line number Diff line number Diff line change
Expand Up @@ -486,6 +486,7 @@ export const sendSendMagicLinkEmail = async (
baseurl: host,
magic_link: `${host}/users/sign-in-with-magic-link?magic_link_token=${magicLinkToken}`,
}).toString(),
tag: "magic-link",
});

return true;
Expand Down

0 comments on commit cb6826e

Please sign in to comment.