v9.20: fix ReferenceError getToken is not defined

This commit is contained in:
Naeel
2026-04-16 18:53:47 +03:00
parent 56c9b0120f
commit f994e79b22
2 changed files with 5 additions and 1 deletions
+4
View File
@@ -621,6 +621,10 @@ function renderInstanceGraph(uid){
}
function getToken(){
return localStorage.getItem("deck_token") || "";
}
function getDeckEnv(){
return localStorage.getItem("deck_env") || "test";
}