Improve key inputs

This commit is contained in:
Cooper Dalrymple
2026-06-19 12:05:01 -05:00
parent 322a9d95bd
commit 099382680f
2 changed files with 8 additions and 3 deletions
+6 -1
View File
@@ -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',
],
]
);