Log when token expiry is set via env var, api-keys create/update returns with user association
Some checks failed
Run Component Tests / Run Component Tests (push) Waiting to run
Integration Test / build and test (push) Waiting to run
Run Unit Tests / Run Unit Tests (push) Waiting to run
Verify all i18n files are alphabetized / update_translations (push) Has been cancelled

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