Add client_secret and client_id to credential_input_fields (#15734)

This commit is contained in:
Lila Yasin
2025-01-15 13:32:33 -05:00
committed by GitHub
parent c45eb43d63
commit 211339ce73

View File

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