Skip to content

Commit ba1069d

Browse files
committed
fix: add missing newline to identity types
1 parent c8e74b4 commit ba1069d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cli/tui/screens/identity/types.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,4 +44,4 @@ export const IDENTITY_STEP_LABELS: Record<AddIdentityStep, string> = {
4444
export const IDENTITY_TYPE_OPTIONS = [
4545
{ id: 'ApiKeyCredentialProvider' as const, title: 'API Key', description: 'Store and manage API key credentials' },
4646
{ id: 'OAuthCredentialProvider' as const, title: 'OAuth', description: 'OAuth 2.0 client credentials' },
47-
] as const;
47+
] as const;

0 commit comments

Comments
 (0)