From 361bfb338852047d93e5c549bc06980c25923e00 Mon Sep 17 00:00:00 2001 From: Wassup789 Date: Sun, 31 Jul 2016 20:02:52 -0700 Subject: [PATCH] Fixed bug where the authToken popup is displayed on load --- js/settings.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/settings.js b/js/settings.js index db9162b..440e1fa 100644 --- a/js/settings.js +++ b/js/settings.js @@ -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" ]