()
| 28 | declare let window: any; |
| 29 | |
| 30 | export function getCustomConfig() { |
| 31 | // There is a bug here. Import IDENTIFY_CODE_LOGIN cannot be used. |
| 32 | return typeof window === 'object' && window.__initialization_data__.envVars || { |
| 33 | LOGIN_DEFAULT_VERIFY_TYPE: 'identify_code_login', |
| 34 | VIEW_NAME_MAX_COUNT: process.env.VIEW_NAME_MAX_COUNT || 30 |
| 35 | }; |
| 36 | } |
no outgoing calls
no test coverage detected