goHome
function redirects all users to /
instead of their appropriate home path.
#7515
Unanswered
acrogenesis
asked this question in
Error / Bug Report
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
The current
goHome
implementation:always redirects users to
/
, which causes issues for restricted user groups that don't have access to this path. The function should dynamically redirect users to their designated home paths based on their login context.Expected behavior: Redirect to the appropriate path assigned during login.
If I'm correct I can start working on a PR
Beta Was this translation helpful? Give feedback.
All reactions