summaryrefslogtreecommitdiff
path: root/app/workers/personal_access_tokens/expiring_worker.rb
diff options
context:
space:
mode:
Diffstat (limited to 'app/workers/personal_access_tokens/expiring_worker.rb')
-rw-r--r--app/workers/personal_access_tokens/expiring_worker.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/workers/personal_access_tokens/expiring_worker.rb b/app/workers/personal_access_tokens/expiring_worker.rb
index f4afa9f8994..de0bda82573 100644
--- a/app/workers/personal_access_tokens/expiring_worker.rb
+++ b/app/workers/personal_access_tokens/expiring_worker.rb
@@ -8,7 +8,7 @@ module PersonalAccessTokens
include CronjobQueue
- feature_category :authentication_and_authorization
+ feature_category :system_access
MAX_TOKENS = 100