SIGN IN SIGN UP

fix: skip disabled accounts in proactive token refresh

Closes #337

Disabled accounts were still receiving proactive token refresh because
getAccountsNeedingRefresh() used getAccounts() without filtering by
enabled status.

Added check for account.enabled === false to skip disabled accounts
in the refresh queue, matching the pattern used elsewhere in the codebase.

Also added comprehensive test coverage for the refresh queue's account
filtering logic.
M
Maxim Esipov committed
78bc879d5458aeac65d9cd9488b48c51a5710ebf
Parent: e0c30f7