Settings now use the seasonedAPI controller for plex authentication. Now only handles the response from plex, given username and password

This commit is contained in:
2019-06-04 22:16:08 +02:00
parent c3d7642e26
commit 8c5a8212c0

View File

@@ -89,6 +89,7 @@ export default {
this.userLoggedIn = true;
}
}
}
}
</script>