allow non admins to delete their clients
This commit is contained in:
parent
83c235e94d
commit
f91eb4bd73
@ -386,7 +386,7 @@ const OAuth2ClientCard = ({
|
||||
>
|
||||
Copy secret
|
||||
</button>
|
||||
{!client.activated && (
|
||||
{(!client.activated || !isAdmin) && (
|
||||
<button
|
||||
onClick={() => {
|
||||
toast
|
||||
|
Reference in New Issue
Block a user