mirror of
https://github.com/Infisical/infisical.git
synced 2025-03-31 22:09:57 +00:00
removed console log
This commit is contained in:
@ -102,7 +102,6 @@ export const AppLayout = ({ children }: LayoutProps) => {
|
||||
const orgUserProjects = await getOrganizationUserProjects({
|
||||
orgId: tempLocalStorage('orgData.id')
|
||||
});
|
||||
console.log(555, tempLocalStorage('orgData.id'), orgUserProjects)
|
||||
const userWorkspaces = orgUserProjects;
|
||||
if (
|
||||
(userWorkspaces.length === 0 &&
|
||||
|
Reference in New Issue
Block a user