mirror of
https://github.com/supabase/supabase.git
synced 2026-09-07 02:20:52 +08:00
* adds Oauth client update * moar * Update OAuthSecrets.tsx * Fix TS issues * moar * Minor refactors * Minor refactors * Tidy up * Clean up * Clean up --------- Co-authored-by: Joshen Lim <joshenlimek@gmail.com>
5 lines
181 B
TypeScript
5 lines
181 B
TypeScript
export const clientSecretKeys = {
|
|
list: (slug: string | undefined, appId: string | undefined) =>
|
|
['organizations', slug, 'oauth', 'apps', appId, 'client-secrets'] as const,
|
|
}
|