feat: Admin V2 API keys (#6883)
Add API key management UI for V2 This PR only adds publishable API key UI. Secret API key management will come in a follow-up PR.
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
export function upperCaseFirst(str: string): string {
|
||||
return str.charAt(0).toUpperCase() + str.slice(1)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user