mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2025-07-13 10:55:05 +02:00
Log when token expiry is set via env var, api-keys create/update returns with user association
This commit is contained in:
parent
e201247d69
commit
e24eaab3f1
4 changed files with 14 additions and 5 deletions
|
@ -93,7 +93,7 @@ export default {
|
|||
this.$toast.error(data.error)
|
||||
} else {
|
||||
this.removeApiKey(apiKey.id)
|
||||
this.$emit('deleted', apiKey.id)
|
||||
this.$emit('numApiKeys', this.apiKeys.length)
|
||||
}
|
||||
})
|
||||
.catch((error) => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue