mirror of
https://github.com/makeplane/plane.git
synced 2025-12-22 22:59:33 +01:00
fix: home page redirection logic (#752)
* fix: dashboard workspace activity mutation * fix: home page redirection logic * chore: add homePageRedirect function back
This commit is contained in:
committed by
GitHub
parent
03e74415f2
commit
08e77cb19e
@@ -109,9 +109,6 @@ export const homePageRedirect = async (cookie?: string) => {
|
||||
},
|
||||
};
|
||||
|
||||
// FIXME: backend is returning object of user and workspace.
|
||||
// Get KT if it's required to send user and workspace and if
|
||||
// yes change below accordingly
|
||||
if (!user.is_onboarded)
|
||||
return {
|
||||
redirect: {
|
||||
|
||||
Reference in New Issue
Block a user