Skip to content

Commit

Permalink
Update service
Browse files Browse the repository at this point in the history
  • Loading branch information
ltan02 committed Apr 10, 2024
1 parent 91a54f0 commit 959c022
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion emailService/src/handlers/cognitoCustomMessage.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ export const cognitoCustomMessageHandler = async (event) => {
const email = encodeURIComponent(event.request.userAttributes["email"]);
const verificationCode = event.request.codeParameter;

const verificationLink = `https://www.api.auction.microvaninc.com/v1/auth/email-verify/?email=${email}&code=${verificationCode}`;
const verificationLink = `https://www.api.auction.microvaninc.com/v1/auth/email-verify?email=${email}&code=${verificationCode}`;

const emailContent = `
<html>
Expand Down

0 comments on commit 959c022

Please sign in to comment.