You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix Copilot issues: update fromJWT docs and remove TokenCallback duplication
- Updated Token.fromJWT() documentation to reflect that it handles
decoding failures gracefully instead of throwing errors
- Removed duplicate TokenCallback type definition from IDBSQLClient.ts
- Now imports TokenCallback from ExternalTokenProvider.ts to maintain
a single source of truth
0 commit comments