From aab52a1fdb9a7f3d7509cc6099d50a3a3c63a410 Mon Sep 17 00:00:00 2001 From: Mir Arif Hasan Date: Wed, 3 May 2023 19:33:21 +0600 Subject: [PATCH] fix: url of the magic link --- packages/hoppscotch-backend/src/auth/auth.service.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}`, }, });