Log when token expiry is set via env var, api-keys create/update returns with user association

This commit is contained in:
advplyr 2025-07-06 13:10:14 -05:00
parent e201247d69
commit e24eaab3f1
4 changed files with 14 additions and 5 deletions

View file

@ -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) => {