Skip to content

Commit 735238a

Browse files
committed
removed remaining credentialId append
1 parent e788294 commit 735238a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -516,7 +516,7 @@ class Senec extends utils.Adapter {
516516
throw new Error("Expected: Login-Form with username. Got something else.");
517517
}
518518
let formData = new URLSearchParams();
519-
formData.append("credentialId", "");
519+
// formData.append("credentialId", "");
520520
formData.append("username", this.config.api_mail);
521521
loginRes = await api_client.post(actionUrl, formData, {
522522
headers: {

0 commit comments

Comments
 (0)