Skip to content

Commit

Permalink
No need to send clientId with revoke
Browse files Browse the repository at this point in the history
  • Loading branch information
Matt Raible committed Feb 2, 2018
1 parent 987539b commit 6fad60e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion App.js
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ export default class App extends Component<{}, State> {

revoke = async () => {
try {
await this.auth.revokeToken(this.state.accessToken, true);
await this.auth.revokeToken(this.state.accessToken);
this.animateState({
accessToken: '',
accessTokenExpirationDate: '',
Expand Down

0 comments on commit 6fad60e

Please sign in to comment.