Skip to content

fix(authenticated-component): redirect to next path

Alexandru Munteanu requested to merge authcomponent-redirect into master

The redirectPath function that is called after the login succedes expects the new location to have the next URL inside it's state. Previously it was passed as a seach param and it automatically redirected to dashboard.

Merge request reports