mirror of
https://github.com/koel/koel
synced 2024-11-10 14:44:13 +00:00
chore: change "url" to "host" for QR
This commit is contained in:
parent
b4a1e13ee4
commit
457b9e87a1
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ const oneTimeToken = ref('')
|
|||
watch(oneTimeToken, () => {
|
||||
qrCodeData.value = base64Encode(JSON.stringify({
|
||||
token: oneTimeToken.value,
|
||||
url: window.BASE_URL
|
||||
host: window.BASE_URL
|
||||
}))
|
||||
})
|
||||
|
||||
|
|
Loading…
Reference in a new issue