Fix error reading credentials, revert update to webdav 2.x.x
This commit is contained in:
@@ -9,7 +9,7 @@ module.exports = function (RED) {
|
|||||||
function NextcloudConfigNode (config) {
|
function NextcloudConfigNode (config) {
|
||||||
RED.nodes.createNode(this, config)
|
RED.nodes.createNode(this, config)
|
||||||
this.address = config.address
|
this.address = config.address
|
||||||
this.insecure = n.insecure
|
this.insecure = config.insecure
|
||||||
}
|
}
|
||||||
RED.nodes.registerType('nextcloud-credentials', NextcloudConfigNode, {
|
RED.nodes.registerType('nextcloud-credentials', NextcloudConfigNode, {
|
||||||
credentials: {
|
credentials: {
|
||||||
|
|||||||
Reference in New Issue
Block a user