We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7095f43 commit 95f4cc4Copy full SHA for 95f4cc4
1 file changed
CheckinLinkGenerator/CheckinLinkGenerator.py
@@ -88,7 +88,7 @@
88
} else {
89
let credentials = model.user() + ":" + model.pass();
90
let encodedCreds = btoa(credentials);
91
- url += "cred=" + encodeURIComponent(encodedCreds);
+ url += "id=" + encodeURIComponent(encodedCreds);
92
}
93
return url;
94
});
@@ -108,4 +108,4 @@
108
109
ko.applyBindings(new LinkGenModel());
110
111
-</script>''' % (model.CmsHost))
+</script>''' % (model.CmsHost))
0 commit comments