mirror of
https://github.com/makeplane/plane
synced 2024-06-14 14:31:34 +00:00
chore: handled logs
This commit is contained in:
parent
9875f3319e
commit
a1bffd69ba
@ -72,8 +72,6 @@ export const AuthenticationWrapper: FC<TAuthenticationWrapper> = observer((props
|
|||||||
|
|
||||||
if (isCurrentWorkspaceValid >= 0) redirectionRoute = `/${currentWorkspaceSlug}`;
|
if (isCurrentWorkspaceValid >= 0) redirectionRoute = `/${currentWorkspaceSlug}`;
|
||||||
|
|
||||||
console.log("redirectionRoute", redirectionRoute);
|
|
||||||
|
|
||||||
return redirectionRoute;
|
return redirectionRoute;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user