Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(inactives): Don't hard navigate when redirectTo is 'settings'
Because: * This is causing the integration to get recreated in Settings, and we're not currently passing params into Settings, meaning the integration query param data is undefined and the active banner is not shown This commit: * Checks that the 'redirectTo' condition in our signin utils does not equal '/settings', to avoid the hard navigate
- Loading branch information