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