kopia lustrzana https://github.com/miklobit/TiddlyWiki5
Fix bug with not definded variable (#4049)
Using the variable "resolveCredentialsFilepath" to provide a good debug information.fix-syncer
rodzic
15b576618f
commit
de04755a0a
|
|
@ -41,7 +41,7 @@ BasicAuthenticator.prototype.init = function() {
|
||||||
this.credentialsData = credentialsData;
|
this.credentialsData = credentialsData;
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
return "Error: Unable to load user credentials from '" + credentialsFilepath + "'";
|
return "Error: Unable to load user credentials from '" + resolveCredentialsFilepath + "'";
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
// Add the hardcoded username and password if specified
|
// Add the hardcoded username and password if specified
|
||||||
|
|
|
||||||
Ładowanie…
Reference in New Issue