()
| 30 | |
| 31 | // 清除自动触发尝试标记(OIDC 登录成功后调用) |
| 32 | export function clearAutoStartAttempt() { |
| 33 | sessionStorage.removeItem(AUTO_START_KEY) |
| 34 | } |
| 35 | |
| 36 | // 尝试自动触发 OIDC 登录 |
| 37 | // config: OIDC 配置对象(由调用方在外部获取) |
nothing calls this directly
no outgoing calls
no test coverage detected