8000 Tiny fix for copy client id (#35097) · CodersSampling/supabase@7d01bfb · GitHub
[go: up one dir, main page]

Skip to content

Commit 7d01bfb

Browse files
authored
Tiny fix for copy client id (supabase#35097)
1 parent 95ec79b commit 7d01bfb

File tree

1 file changed

+1
-1
lines changed
  • apps/studio/components/interfaces/Organization/OAuthApps

1 file changed

+1
-1
lines changed

apps/studio/components/interfaces/Organization/OAuthApps/OAuthApps.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ const OAuthApps = () => {
142142
<div className="flex items-center gap-2">
143143
<p className="text-sm text-foreground-light">Client ID</p>
144144
<p className="font-mono text-sm">{createdApp.client_id}</p>
145-
<CopyButton text={createdApp.client_secret} type="default" iconOnly />
145+
<CopyButton text={createdApp.client_id} type="default" iconOnly />
146146
</div>
147147

148148
<div className="flex items-center gap-2">

0 commit comments

Comments
 (0)
0