mirror of
https://codeberg.org/keyoxide/keyoxide-web.git
synced 2024-12-22 14:59:29 -07:00
Fix typo
This commit is contained in:
parent
1ccf31ad7d
commit
793a755a73
1 changed files with 1 additions and 1 deletions
|
@ -234,7 +234,7 @@ async function displayProfile(opts) {
|
|||
return;
|
||||
}
|
||||
let userData = keyData.user.user.userId;
|
||||
let userName = keyData.userData.name ? userData.name : keyData.publicKey.users[i].userId.email;
|
||||
let userName = userData.name ? userData.name : keyData.publicKey.users[i].userId.email;
|
||||
|
||||
// Determine WKD or HKP link
|
||||
switch (opts.mode) {
|
||||
|
|
Loading…
Reference in a new issue