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) {