8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 95ec79b commit 7d01bfbCopy full SHA for 7d01bfb
apps/studio/components/interfaces/Organization/OAuthApps/OAuthApps.tsx
@@ -142,7 +142,7 @@ const OAuthApps = () => {
142
<div className="flex items-center gap-2">
143
<p className="text-sm text-foreground-light">Client ID</p>
144
<p className="font-mono text-sm">{createdApp.client_id}</p>
145
- <CopyButton text={createdApp.client_secret} type="default" iconOnly />
+ <CopyButton text={createdApp.client_id} type="default" iconOnly />
146
</div>
147
148
0 commit comments