diff --git a/components/OAuth2Page/OAuth2Page.tsx b/components/OAuth2Page/OAuth2Page.tsx index 65233e5..45d40ad 100644 --- a/components/OAuth2Page/OAuth2Page.tsx +++ b/components/OAuth2Page/OAuth2Page.tsx @@ -386,7 +386,7 @@ const OAuth2ClientCard = ({ > Copy secret - {!client.activated && ( + {(!client.activated || !isAdmin) && (