Skip to content

Commit

Permalink
fix: update team invitation link to domain specified in .env [HBE-202] (
Browse files Browse the repository at this point in the history
  • Loading branch information
ankitsridhar16 authored May 31, 2023
1 parent f0a1fc3 commit 05e32ef
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ export class TeamInvitationService {
template: 'team-invitation',
variables: {
invitee: creator.displayName ?? 'A Hoppscotch User',
action_url: `https://hoppscotch.io/join-team?id=${invitation.id}`,
action_url: `${process.env.VITE_BASE_URL}/join-team?id=${invitation.id}`,
invite_team_name: team.name,
},
}),
Expand Down

0 comments on commit 05e32ef

Please sign in to comment.