Set the just-logged-out flag before navigating, and skip the intermediate router.push to login when redirecting to the IdP — otherwise Login.vue's onBeforeMount consumed the flag before the logout round-trip landed, so the single-provider auto-redirect fired and logged the user straight back in. redirectToProviderOnLogout now reports whether it navigated, so logout can fall through to the login page when there's no static logout URL. |
||
|---|---|---|
| .. | ||
| auth.renewToken.test.ts | ||
| auth.ts | ||
| base.ts | ||
| config.test.ts | ||
| config.ts | ||
| helper.ts | ||
| kanban.test.ts | ||
| kanban.ts | ||
| labels.test.ts | ||
| labels.ts | ||
| projects.test.ts | ||
| projects.ts | ||
| tasks.test.ts | ||
| tasks.ts | ||
| timeTracking.test.ts | ||
| timeTracking.ts | ||
| viewFilters.test.ts | ||
| viewFilters.ts | ||