mirror of
https://github.com/appwrite/console.git
synced 2026-06-06 19:27:48 +00:00
Update +layout.svelte
This commit is contained in:
@@ -115,7 +115,7 @@
|
||||
lastname: $user.name.split(' ')[1]
|
||||
};
|
||||
|
||||
if (dev) return;
|
||||
if (dev || !Object.keys($user).length) return;
|
||||
// @ts-expect-error
|
||||
Reo.identify(reoIdentity);
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user