Workforce: bearer token only, remove email/password fields
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
e758add8ae
commit
24f3fcdc7b
2 changed files with 7 additions and 20 deletions
|
|
@ -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',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue