Skip to content

Commit

Permalink
Revert changes.
Browse files Browse the repository at this point in the history
  • Loading branch information
hjdhjd committed Dec 28, 2022
1 parent b46fecc commit 501aee4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/myq-api.ts
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ export class myQApi {
}

// Set the login info.
const loginBody = new URLSearchParams({ "Email": this.email, "Password": encodeURIComponent(this.password), "__RequestVerificationToken": requestVerificationToken });
const loginBody = new URLSearchParams({ "Email": this.email, "Password": this.password, "__RequestVerificationToken": requestVerificationToken });

// Login and we're done.
const response = await this.fetch(authPage.url, {
Expand Down

0 comments on commit 501aee4

Please sign in to comment.