From 778591989959ffc8b51dc9f8568e6fd65749e407 Mon Sep 17 00:00:00 2001 From: Tyler Date: Wed, 8 Jul 2020 10:43:04 -0600 Subject: [PATCH] Don't force the dialogue This allows Spotify to just automatically redirect the user so long as they have already authorized the app fully once. --- app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app.js b/app.js index 663e886..5008f36 100644 --- a/app.js +++ b/app.js @@ -29,7 +29,7 @@ let app = new Vue({ scopes: [ `user-top-read` ], - show_dialog: true, + show_dialog: false, use_state: false }, user: {