You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using this module with in a project... I'm facing the issue that I need to redirect back to where the user intended after he sign in... but I can't figure that out
here is a snippet of the code to grasp what I'm trying to achieve
this is basically used with confirming user emails... If the user is not logged in ... he is redirected to login
but after he login... he is redirected to the home page not back to the url /auth/confirmations/:confirmationToken
The text was updated successfully, but these errors were encountered:
I'm using this module with in a project... I'm facing the issue that I need to redirect back to where the user intended after he sign in... but I can't figure that out
here is a snippet of the code to grasp what I'm trying to achieve
this is basically used with confirming user emails... If the user is not logged in ... he is redirected to login
but after he login... he is redirected to the home page not back to the url
/auth/confirmations/:confirmationToken
The text was updated successfully, but these errors were encountered: