Skip to content
This repository has been archived by the owner on Feb 15, 2020. It is now read-only.

Commit

Permalink
whoops
Browse files Browse the repository at this point in the history
  • Loading branch information
Tustin committed Feb 18, 2018
1 parent ba1382c commit 33c3220
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/Auth.php
Original file line number Diff line number Diff line change
Expand Up @@ -71,9 +71,7 @@ public static function login($email, $password) {
throw new Exception($data->errorMessage);
}

var_dump($data);

return new self($data->access_token, $data->refresh_token, $data->account_id, $data->expires_at);
return new self($data->access_token, $data->refresh_token, $data->account_id, $data->expires_at);
}

/**
Expand Down

0 comments on commit 33c3220

Please sign in to comment.