mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2024-11-07 00:24:12 +01:00
Remove token from author image URLs
This commit is contained in:
parent
bf8407274e
commit
68fd1d67cb
@ -56,7 +56,7 @@ export default {
|
||||
},
|
||||
imgSrc() {
|
||||
if (!this.imagePath) return null
|
||||
return `${this.$config.routerBasePath}/api/authors/${this.authorId}/image?token=${this.userToken}&ts=${this.updatedAt}`
|
||||
return `${this.$config.routerBasePath}/api/authors/${this.authorId}/image?ts=${this.updatedAt}`
|
||||
}
|
||||
},
|
||||
methods: {
|
||||
|
Loading…
Reference in New Issue
Block a user