don't prompt the user with a crypto hash for their name
This commit is contained in:
parent
83696495a8
commit
68cec2348a
@ -216,8 +216,7 @@ define([
|
||||
var myID; // My server ID
|
||||
|
||||
var setMyID = function(info) {
|
||||
myID = info.myID || null;
|
||||
myUserName = myID;
|
||||
myID = info.myID || null;
|
||||
};
|
||||
|
||||
var createChangeName = function(id, $container) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user