WorkClub Automation b5dd24b4c9
CI Pipeline / Backend Build & Test (push) Successful in 1m3s
CI Pipeline / Frontend Lint, Test & Build (push) Successful in 29s
CI Pipeline / Infrastructure Validation (push) Successful in 3s
Fix: Always check admin status from access token in JWT callback
The jwt callback was only checking isAdmin during initial login when
account was present, but not on subsequent session refreshes. This caused
the admin status to be lost after the initial login.

- Moved admin status check outside of the 'if (account)' block
- Now checks isAdmin on every JWT callback when accessToken is available
2026-03-21 13:11:01 +01:00
2026-03-18 12:07:34 +01:00
S
Description
No description provided
3 MiB
Test Latest
2026-03-08 14:27:26 +01:00
Languages
HTML 54.2%
C# 27%
TypeScript 15.6%
Shell 1.7%
Python 0.7%
Other 0.7%