diff --git a/packages/hoppscotch-backend/src/auth/auth.service.ts b/packages/hoppscotch-backend/src/auth/auth.service.ts index f9ffbe324..6c5beae5e 100644 --- a/packages/hoppscotch-backend/src/auth/auth.service.ts +++ b/packages/hoppscotch-backend/src/auth/auth.service.ts @@ -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}`, }, });