diff --git a/webapp/src/constants/links.tsx b/webapp/src/constants/links.tsx index e1bf0d3f6d..57bbaed94c 100644 --- a/webapp/src/constants/links.tsx +++ b/webapp/src/constants/links.tsx @@ -285,7 +285,7 @@ export class LINKS { * Visible with view permissions */ - static AFTER_LOGIN = LINKS.PROJECTS; + static AFTER_LOGIN = LINKS.ROOT; static PROJECT = Link.ofParent(LINKS.PROJECTS, p(PARAMS.PROJECT_ID));