Advertisement
minafaw3

forcetokenexpired

Apr 2nd, 2025
35
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. case 'FORCE_TOKEN_EXPIRED':
  2. if (state && state.Credentials) {
  3. return {
  4. ...state,
  5. Credentials: {
  6. ...state.Credentials,
  7. Expiration: new Date(Date.now() - 60000).toISOString(),
  8. },
  9. };
  10. }
  11. return state;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement