Skip to content

Commit

Permalink
some console output to debug the token issue (for me)
Browse files Browse the repository at this point in the history
  • Loading branch information
franzenzenhofer committed Mar 15, 2019
1 parent ae46155 commit 407a960
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 60 deletions.
2 changes: 2 additions & 0 deletions src/javascripts/components/Rules/Rules.js
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,9 @@ export default class Rules extends Component {
}

handleGoogleOauthConnect = () => {
console.log("in handleGoogleOauthConnect");
chrome.identity.getAuthToken({ interactive: true }, (token) => {
console.log("token "+token);
chrome.storage.local.set({ googleApiAccessToken: token });
});
}
Expand Down

This file was deleted.

0 comments on commit 407a960

Please sign in to comment.