Skip to content

Commit

Permalink
Merge pull request #19 from rciam/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
ioigoume authored Oct 10, 2023
2 parents 27ea141 + 3aab886 commit b025692
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion javascript/src/utils/api/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ const handleError = (error) => {
deleteCookie('userinfo', '/', window.location.hostname)
// XXX it would be better if the root was / and not a path
// Find a way to redirect to dashboard/root
window.location.href = `/`
window.location.href = `/metrics`
}
}

Expand Down

0 comments on commit b025692

Please sign in to comment.