mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2025-08-20 11:31:45 +02:00
Implement new JWT auth
This commit is contained in:
@@ -53,9 +53,6 @@ export default {
|
||||
libraryItemId() {
|
||||
return this.libraryItem.id
|
||||
},
|
||||
userToken() {
|
||||
return this.$store.getters['user/getToken']
|
||||
},
|
||||
userCanDownload() {
|
||||
return this.$store.getters['user/getUserCanDownload']
|
||||
},
|
||||
|
Reference in New Issue
Block a user