Files
headquarter/apps
alex d23582eb82
CI / API CI (push) Failing after 9s
CI / Web CI (push) Failing after 10s
fix: normalize OIDC issuer URL to avoid double slashes
The OIDC issuer URL in .env ends with a trailing slash, which caused
the authorize endpoint to have a double slash (//authorize).

- Normalize issuer URL by removing trailing slash before appending path
- Applied to both LoginPage.tsx and CallbackPage.tsx
- Fixes Authentik 'not found' error on login redirect
2026-05-16 13:36:50 +00:00
..