mirror of
https://github.com/nextcloud/server.git
synced 2026-06-09 08:44:07 -04:00
Merge pull request #34566 from nextcloud/backport/34558/stable25
[stable25] fix reading updater token for web updater
This commit is contained in:
commit
1fb7567294
3 changed files with 4 additions and 4 deletions
|
|
@ -406,7 +406,7 @@ export default {
|
|||
const hiddenField = document.createElement('input')
|
||||
hiddenField.setAttribute('type', 'hidden')
|
||||
hiddenField.setAttribute('name', 'updater-secret-input')
|
||||
hiddenField.setAttribute('value', data.token)
|
||||
hiddenField.setAttribute('value', data)
|
||||
|
||||
form.appendChild(hiddenField)
|
||||
|
||||
|
|
|
|||
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
Loading…
Reference in a new issue