forked from Mirrors/keyoxide-web
Modify title on profile page
This commit is contained in:
parent
b1b01623dc
commit
5c0feedc37
1 changed files with 1 additions and 0 deletions
|
@ -173,6 +173,7 @@ async function displayProfile(opts) {
|
|||
let feedback = "", notation, isVerified, verifications = [];
|
||||
|
||||
document.body.querySelector('#profileName').innerHTML = userData.name;
|
||||
document.title = `${userData.name} - Keyoxide`;
|
||||
|
||||
for (var i = 0; i < keyData.notations.length; i++) {
|
||||
notation = keyData.notations[i];
|
||||
|
|
Loading…
Reference in a new issue