Files
urbanLifeline/dify/web/app/account/oauth/authorize/constants.ts

4 lines
172 B
TypeScript
Raw Normal View History

2025-12-01 17:21:38 +08:00
export const OAUTH_AUTHORIZE_PENDING_KEY = 'oauth_authorize_pending'
export const REDIRECT_URL_KEY = 'oauth_redirect_url'
export const OAUTH_AUTHORIZE_PENDING_TTL = 60 * 3