don't prompt the user with a crypto hash for their name

This commit is contained in:
ansuz 2016-06-02 16:56:01 +02:00
parent 83696495a8
commit 68cec2348a

View File

@ -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) {