From ae7cbdd6a79c5659c626711bc73a6078d2081715 Mon Sep 17 00:00:00 2001 From: MagicalCodeMonkey Date: Sat, 9 May 2020 02:21:15 -0400 Subject: [PATCH] Fix auth by server - Activate spinner during checkAuth - Get user devices instead of servers - Change object handling - Fix server ID check --- src/components/signin.vue | 27 ++++++++++++++------------- 1 file changed, 14 insertions(+), 13 deletions(-) diff --git a/src/components/signin.vue b/src/components/signin.vue index 02125577..36b170a7 100644 --- a/src/components/signin.vue +++ b/src/components/signin.vue @@ -25,7 +25,7 @@ v-if="!token" class="center-text pa-4" >To use SyncLounge you need to sign in with your Plex account. -
+
@@ -39,7 +39,7 @@
-
+
{ try { + console.log('--- Check Auth mounted ---') const authenticated = await this.checkAuth(authToken); if (authenticated != null) { if (authenticated == true) {