Allow user to edit initial username
This commit is contained in:
parent
854fef35cb
commit
664d7a4f67
|
@ -74,6 +74,9 @@ LocalVideo.prototype.setDisplayName = function(displayName, key) {
|
|||
$('#localDisplayName').html(
|
||||
`${UIUtil.escapeHtml(displayName)} (${meHTML})`
|
||||
);
|
||||
$('#editDisplayName').val(
|
||||
`${UIUtil.escapeHtml(displayName)}`
|
||||
);
|
||||
} else {
|
||||
$('#localDisplayName').html(defaultLocalDisplayName);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue