Skip to content

Commit

Permalink
feat: set after login link as root
Browse files Browse the repository at this point in the history
  • Loading branch information
huglx committed Jul 12, 2024
1 parent bf5386c commit 9016b60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webapp/src/constants/links.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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));

Expand Down

0 comments on commit 9016b60

Please sign in to comment.