-
I'm trying to create an Admin application and when I login I keep getting directed back to the Web application welcome page. |
Beta Was this translation helpful? Give feedback.
Answered by
s0kil
Jul 25, 2021
Replies: 1 comment 2 replies
-
In your instance Sessions.SessionsControllerConfig Admin where
afterLoginRedirectPath = pathTo ProductsAction View more config options here: https://ihp.digitallyinduced.com/api-docs/IHP-AuthSupport-Controller-Sessions.html#t:SessionsControllerConfig |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
s0kil
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In your
Admin.Controller.Sessions
module, you could customize theSessionsControllerConfig
instance, like this:View more config options here: https://ihp.digitallyinduced.com/api-docs/IHP-AuthSupport-Controller-Sessions.html#t:SessionsControllerConfig