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',
|
||||
],
|
||||
]
|
||||
);
|
||||
|
||||
|
||||
Generated
+2
-2
@@ -1,12 +1,12 @@
|
||||
{
|
||||
"name": "cleverogre/ogre-captcha",
|
||||
"version": "1.2.3",
|
||||
"version": "1.2.4",
|
||||
"lockfileVersion": 3,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "cleverogre/ogre-captcha",
|
||||
"version": "1.2.3",
|
||||
"version": "1.2.4",
|
||||
"license": "GPL-3.0+",
|
||||
"devDependencies": {
|
||||
"gulp": "^5.0.0",
|
||||
|
||||
Reference in New Issue
Block a user