mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
REVERT: "DEV: Convert admin API keys to conform to UI guidelines"
This reverts commit d9ddc25808.
I noticed that Webhook admin UI is now inaccessible through the subheader
This commit is contained in:
committed by
GitHub
parent
2ff511a4e4
commit
4da7904ffd
@@ -14,7 +14,6 @@ class Admin::ApiController < Admin::AdminController
|
||||
ApiKey
|
||||
.where(hidden: false)
|
||||
.includes(:user)
|
||||
.includes(:created_by)
|
||||
.order("revoked_at DESC NULLS FIRST, created_at DESC")
|
||||
.offset(offset)
|
||||
.limit(limit)
|
||||
|
||||
Reference in New Issue
Block a user