Improve key inputs
This commit is contained in:
@@ -278,7 +278,9 @@ final class Settings {
|
||||
args: [
|
||||
'name' => 'site_key',
|
||||
'description' => Plugin::__('Provide your Cap site key.'),
|
||||
'type' => 'password',
|
||||
'attributes' => [
|
||||
'autocomplete' => 'off',
|
||||
],
|
||||
]
|
||||
);
|
||||
|
||||
@@ -291,6 +293,9 @@ final class Settings {
|
||||
'name' => 'secret_key',
|
||||
'description' => Plugin::__('Provide your Cap secret key.'),
|
||||
'type' => 'password',
|
||||
'attributes' => [
|
||||
'autocomplete' => 'off',
|
||||
],
|
||||
]
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user