Skip to content

Commit

Permalink
Update path
Browse files Browse the repository at this point in the history
  • Loading branch information
johnwroge committed Nov 7, 2024
1 parent 96fac80 commit 2749f1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform-incubator/home-unite-us/dev/src/customMessage.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ module.exports.handler = async (event) => {
const codeParameter = event.request.codeParameter;
const username = event.request.usernameParameter;

const url = `${event.request.clientMetadata.url}/api/auth/confirmInvite`;
const url = `${event.request.clientMetadata.url}/api/auth/confirm-invite`;

const body = `
<div>
Expand Down

0 comments on commit 2749f1b

Please sign in to comment.