Skip to content

Commit

Permalink
Fixed documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
fredli74 committed Jul 28, 2021
1 parent b6fe24f commit 9816a34
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions teslaAuth.js
Original file line number Diff line number Diff line change
Expand Up @@ -218,8 +218,8 @@ async function getCaptcha(session) {
* @throws {TeslaAuthIncorrectRegion} If account belongs to a different region
* @throws {TeslaAuthUnauthorized} If authorization fails
* @throws {TeslaAuthException|Error} On any other error
* @param {string} identity - Tesla account email address
* @param {string} credential - Tesla account password
* @param {Object} session - Session object from newSession()
* @param {Object} formData - HTML form scraped by newSession() with filled in fields
* @param {string|undefined} passcode - Multi-Factor Authentication passcode (optional)
* @returns {string} Authorization code
*/
Expand Down

0 comments on commit 9816a34

Please sign in to comment.