This build was committed by a bot.

This commit is contained in:
github-actions[bot]
2026-04-01 01:14:28 +00:00
parent 76cdf4171f
commit 06c6ced9e1
3 changed files with 2 additions and 12 deletions

View File

@@ -490,16 +490,6 @@ var USER = {
},
set githubToken(v) {
localStorage.setItem("gh_token", v || "");
},
get gcpSA() {
try {
return JSON.parse(localStorage.getItem("gcp_sa_json") || "null");
} catch {
return null;
}
},
set gcpSA(v) {
localStorage.setItem("gcp_sa_json", v ? JSON.stringify(v) : "");
}
};
//#endregion