Skip to content

Commit

Permalink
fix: magic link URL (hoppscotch#3028)
Browse files Browse the repository at this point in the history
  • Loading branch information
mirarifhasan authored and AndrewBastin committed May 11, 2023
1 parent 9beda15 commit 08f61e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/hoppscotch-backend/src/auth/auth.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@ export class AuthService {
template: 'code-your-own',
variables: {
inviteeEmail: email,
magicLink: `${url}/magic-link?token=${generatedTokens.token}`,
magicLink: `${url}/enter?token=${generatedTokens.token}`,
},
});

Expand Down

0 comments on commit 08f61e7

Please sign in to comment.