This build was committed by a bot.

This commit is contained in:
github-actions[bot]
2026-08-21 18:21:38 +00:00
parent 60fc9d90dd
commit 9f9835182b
3 changed files with 3 additions and 3 deletions

View File

@@ -411,7 +411,7 @@ var USER = {
return this.githubToken;
},
get name() {
return localStorage.getItem("user_name") || "Anon";
return localStorage.getItem("user_name") || "User";
},
set name(v) {
localStorage.setItem("user_name", v || "");