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