Explorar o código

Merge pull request #703 from smiclea/password-field

Display `client_secret` field as a password
Daniel Vincze %!s(int64=4) %!d(string=hai) anos
pai
achega
a054d9e929
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      config.ts

+ 1 - 1
config.ts

@@ -128,7 +128,7 @@ const conf: Config = {
   // By default, if a field name contains `password` in it (ex.: `user_password`),
   // it will be rendered as a password input
   // If the field doesn't contain `password` in its name, the following list will be used instead
-  passwordFields: ['private_key_passphrase', 'secret_access_key'],
+  passwordFields: ['private_key_passphrase', 'secret_access_key', 'client_secret'],
 
   // The number of items per page applicable to main lists:
   // replicas, migrations, endpoints, users etc.