b5dd24b4c9d3c7cbe7061bb7d8c7dab83d27b60a
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
Description
No description provided