Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/xerrors/Yuxi
/ hasAutoStartAttempted
Function
hasAutoStartAttempted
web/src/utils/oidcAutoStart.js:22–24 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
20
21
// 检查是否已经尝试过自动触发 OIDC(同一会话内,避免无限循环)
22
export
function
hasAutoStartAttempted() {
23
return
sessionStorage.getItem(AUTO_START_KEY) ===
'1'
24
}
25
26
// 标记已尝试自动触发
27
export
function
markAutoStartAttempted() {
Callers
1
tryAutoStartOIDC
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected