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

Function markAutoStartAttempted

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

Source from the content-addressed store, hash-verified

25
26// 标记已尝试自动触发
27export function markAutoStartAttempted() {
28 sessionStorage.setItem(AUTO_START_KEY, '1')
29}
30
31// 清除自动触发尝试标记(OIDC 登录成功后调用)
32export function clearAutoStartAttempt() {

Callers 1

tryAutoStartOIDCFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected