stop including username in login block

This commit is contained in:
ansuz 2023-03-07 13:29:45 +05:30
parent 6bb336034b
commit 08b6009a84
2 changed files with 0 additions and 2 deletions

View file

@ -99,7 +99,6 @@ define([
opt.channelHex = parsed.channel; opt.channelHex = parsed.channel;
opt.keys = parsed.keys; opt.keys = parsed.keys;
opt.edPublic = blockInfo.edPublic; opt.edPublic = blockInfo.edPublic;
opt.User_name = blockInfo.User_name; // XXX do we actually use this? can we drop it?
return opt; return opt;
}; };

View file

@ -2068,7 +2068,6 @@ define([
}).nThen(function (waitFor) { }).nThen(function (waitFor) {
// Write the new login block // Write the new login block
var temp = { var temp = {
User_name: accountName,
User_hash: newHash, User_hash: newHash,
edPublic: edPublic, edPublic: edPublic,
}; };