1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-06-16 10:29:54 +00:00

Fix bug with not definded variable (#4049)

Using the variable "resolveCredentialsFilepath" to provide a good debug information.
This commit is contained in:
Bram Chen 2019-07-02 22:40:07 +08:00 committed by Jeremy Ruston
parent 15b576618f
commit de04755a0a

View File

@ -41,7 +41,7 @@ BasicAuthenticator.prototype.init = function() {
this.credentialsData = credentialsData;
}
} 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