mirror of
https://github.com/sune-org/sune.git
synced 2026-04-07 07:52:13 +00:00
This build was committed by a bot.
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user