mirror of
https://github.com/appwrite/console.git
synced 2026-06-06 19:27:48 +00:00
update: navigate user to an organization if one exists instead of onboarding.
This commit is contained in:
@@ -37,6 +37,8 @@
|
||||
: $organizationList.teams[0].$id;
|
||||
|
||||
await goto(`${base}/console/organization-${teamId}`);
|
||||
} else if ($organizationList?.total == 1) {
|
||||
await goto(`${base}/console/organization-${$organizationList.teams[0].$id}`);
|
||||
} else {
|
||||
await goto(`${base}/console/onboarding`);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user