Commit 116ddd0
committed
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 navigate1 parent 16deb2e commit 116ddd0
1 file changed
Lines changed: 3 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
249 | 249 | | |
250 | 250 | | |
251 | 251 | | |
252 | | - | |
| 252 | + | |
| 253 | + | |
| 254 | + | |
253 | 255 | | |
254 | 256 | | |
255 | 257 | | |
| |||
0 commit comments