MCPcopy Create free account
hub / github.com/Tron521/codex-console-temp / updateSelectedAccountEmailLabel

Function updateSelectedAccountEmailLabel

static/js/payment.js:1243–1249  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1241}
1242
1243function updateSelectedAccountEmailLabel() {
1244 const emailBtn = document.getElementById("semi-account-email-btn");
1245 if (!emailBtn) return;
1246 const email = getSelectedAccountEmail();
1247 emailBtn.textContent = "邮箱";
1248 emailBtn.title = email ? `当前账号: ${email}(点击查询最新验证码)` : "请先选择账号";
1249}
1250
1251async function openGptOfficialLogin() {
1252 const accountId = Number(document.getElementById("account-select")?.value || 0);

Callers 3

onBindModeChangeFunction · 0.85
payment.jsFile · 0.85
loadAccountsFunction · 0.85

Calls 1

getSelectedAccountEmailFunction · 0.85

Tested by

no test coverage detected