mirror of
https://github.com/appwrite/console.git
synced 2026-06-06 19:27:48 +00:00
Merge pull request #2200 from appwrite/fix-SER-240-correct-team-alert-copy
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user