Add bearer_token and other missing Workforce field labels

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
jtricerolph 2026-07-07 12:35:01 +00:00
parent 0857e9b998
commit f3d46b8c80

View file

@ -31,7 +31,8 @@ const FIELD_LABELS: Record<string, string> = {
region: 'Region', username: 'Username', api_key: 'API Key', password: 'Password',
base_url: 'Base URL', client_secret: 'Client Secret', tenant_id: 'Tenant ID',
client_id: 'Client ID', host: 'Host', port: 'Port', database: 'Database',
graphql_endpoint: 'GraphQL Endpoint',
graphql_endpoint: 'GraphQL Endpoint', bearer_token: 'Bearer Token',
email: 'Email', sync_hours: 'Sync Interval (hours)', user: 'Username', pass: 'Password',
}
export function AdminSettings({ user }: { user: User }) {