Skip to content

Commit 22cdd73

Browse files
committed
fix: chnaged the message from Successfully logged in to Successfully joined the organization.
1 parent 253843d commit 22cdd73

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/routes/(public)/invite/+page.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
await sdk.forConsole.teams.updateMembershipStatus(teamId, membershipId, userId, secret);
2626
addNotification({
2727
type: 'success',
28-
message: 'Successfully logged in.'
28+
message: 'Successfully joined the organization.'
2929
});
3030
await goto(`${base}/organization-${teamId}`);
3131
trackEvent(Submit.MembershipUpdateStatus);

0 commit comments

Comments
 (0)