Add client_secret and client_id to credential_input_fields (#15734) (#6795)

This commit is contained in:
Lila Yasin
2025-01-29 18:43:06 -05:00
committed by GitHub
parent cdd9e7263d
commit 99b67f1e37

View File

@@ -31,6 +31,8 @@ credential_input_fields = (
'become_password', 'become_password',
'become_username', 'become_username',
'client', 'client',
'client_id',
'client_secret',
'cloud_environment', 'cloud_environment',
'domain', 'domain',
'host', 'host',