From 9016b60be4efdaaf514580d0e2de399bb9960aae Mon Sep 17 00:00:00 2001 From: Ivan Manzhosov Date: Fri, 12 Jul 2024 15:01:51 +0300 Subject: [PATCH] feat: set after login link as root --- webapp/src/constants/links.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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));