fix: [js] Show correct error message for get remote version

pull/7694/head
Jakub Onderka 2021-08-05 09:56:10 +02:00 committed by GitHub
parent 10b9dc4db3
commit ddc4bbdca7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -3300,7 +3300,7 @@ function getRemoteSyncUser(id) {
.text('Error')
).append(
$('<span>')
.text(': #' + response)
.text(': #' + response.error)
);
} else {
Object.keys(response).forEach(function(key) {