diff --git a/src/App.vue b/src/App.vue index f8ccc82c..cfe02f4d 100644 --- a/src/App.vue +++ b/src/App.vue @@ -354,9 +354,7 @@ export default { this.$store.dispatch('PLAYBACK_CHANGE', data); }); if (!window.localStorage.getItem('plexuser')) { - if (this.$route.fullPath.indexOf('join') === -1) { - this.$router.push('/signin'); - } + this.$router.push('/signin'); this.loading = false; return; }