Add bearer_token and other missing Workforce field labels
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
0857e9b998
commit
f3d46b8c80
1 changed files with 2 additions and 1 deletions
|
|
@ -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 }) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue