MCPcopy Create free account
hub / github.com/xerrors/Yuxi / clearAutoStartAttempt

Function clearAutoStartAttempt

web/src/utils/oidcAutoStart.js:32–34  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected