Skip to content

Commit

Permalink
Matching Southern Company's typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
apearson committed Apr 24, 2018
1 parent ee3fd0e commit 0e0ebed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ export class SouthernCompanyAPI extends EventEmitter{
Cookie: `ScWebToken=${ScWebToken}`
}
};
const response = await fetch('https://customerservice2.southerncompany.com/Account/LogginValidated/JwtToken', options);
const response = await fetch('https://customerservice2.southerncompany.com/Account/LoginValidated/JwtToken', options);

/* Checking for unsuccessful login */
if(response.status !== 200){
Expand Down

0 comments on commit 0e0ebed

Please sign in to comment.