Fix upload avatar
This commit is contained in:
parent
2ce9c7f093
commit
0dfe8a0bdc
@ -280,7 +280,7 @@ class NameRegistration extends LitElement {
|
||||
}
|
||||
|
||||
async uploadAvatar(nameObj) {
|
||||
let name = nameObj.name
|
||||
let name = encodeURIComponent(nameObj.name)
|
||||
window.location.href = `../qdn/publish/index.html?service=THUMBNAIL&identifier=qortal_avatar&name=${name}&uploadType=file&category=Avatar&showName=false&showService=false&showIdentifier=false`
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user