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

Commit

Permalink
Fixed bug where the authToken popup is displayed on load
Browse files Browse the repository at this point in the history
  • Loading branch information
Wassup789 committed Aug 1, 2016
1 parent 2907f37 commit 361bfb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/settings.js
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ $(function(){
var timesFailed = 0;
function checkImportToken(){
chrome.identity.getAuthToken({
interactive: true,
interactive: false,
scopes: [
"https://www.googleapis.com/auth/youtube.readonly"
]
Expand Down

0 comments on commit 361bfb3

Please sign in to comment.