Workforce: bearer token only, remove email/password fields

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
jtricerolph 2026-07-07 12:42:49 +00:00
parent e758add8ae
commit 24f3fcdc7b
2 changed files with 7 additions and 20 deletions

View file

@ -30,7 +30,7 @@ export const INTEGRATIONS = {
workforce: {
name: 'Workforce',
configFields: ['base_url', 'sync_hours'],
secretFields: ['bearer_token', 'email', 'password'],
secretFields: ['bearer_token'],
},
smtp: {
name: 'SMTP Email',