Merge pull request #2200 from appwrite/fix-SER-240-correct-team-alert-copy

This commit is contained in:
Darshan
2025-08-09 09:40:22 +05:30
committed by GitHub
+1 -1
View File
@@ -25,7 +25,7 @@
await sdk.forConsole.teams.updateMembershipStatus(teamId, membershipId, userId, secret);
addNotification({
type: 'success',
message: 'Successfully logged in.'
message: 'Successfully joined the organization.'
});
await goto(`${base}/organization-${teamId}`);
trackEvent(Submit.MembershipUpdateStatus);