mirror of
https://github.com/koel/koel
synced 2024-11-10 06:34:14 +00:00
chore: change "url" to "host" for QR
This commit is contained in:
parent
218d25add6
commit
ddd5f3f38e
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