12
Views
1
Comments
[Application Framework] Send logged out user to requested URL after login
application-framework
Reactive icon
Forge asset by Justin James
Application Type
Reactive

Is it possible to send a user to a page that isn't the homepage of an app after they login? The scenario is, the user is logged out, they get a notification email that work is ready and the link would be to that project's detail page. When they click on the link they're forced to sign in, but right now after sign in they're routed to the applications homepage, which is our dashboard. How can I route them to the requested URL instead?

2019-11-12 17-31-26
Justin James
 
MVP

I don’t have my computer up in front of me, but if you look at the code for your Logout link it will call the logic for logout then redirect you. Just change where it goes to afterwards.

J.Ja

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.