diff --git a/packages/client/src/components/form/folder.vue b/packages/client/src/components/form/folder.vue new file mode 100644 index 000000000..fe1220201 --- /dev/null +++ b/packages/client/src/components/form/folder.vue @@ -0,0 +1,101 @@ + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/packages/client/src/pages/admin/bot-protection.vue b/packages/client/src/pages/admin/bot-protection.vue index 5a9708384..81b09fb4d 100644 --- a/packages/client/src/pages/admin/bot-protection.vue +++ b/packages/client/src/pages/admin/bot-protection.vue @@ -1,70 +1,55 @@ - + - - {{ $ts.botProtection }} - {{ $ts.none }} ({{ $ts.notRecommended }}) - hCaptcha - reCAPTCHA - + + + {{ $ts.none }} ({{ $ts.notRecommended }}) + hCaptcha + reCAPTCHA + - - - hCaptcha - - - - {{ $ts.hcaptchaSiteKey }} - - - - {{ $ts.hcaptchaSecretKey }} - - - - - {{ $ts.preview }} - + + + + {{ $ts.hcaptchaSiteKey }} + + + + {{ $ts.hcaptchaSecretKey }} + + + {{ $ts.preview }} - - - - - - reCAPTCHA - - - - {{ $ts.recaptchaSiteKey }} - - - - {{ $ts.recaptchaSecretKey }} - - - - - {{ $ts.preview }} - + + + + + + {{ $ts.recaptchaSiteKey }} + + + + {{ $ts.recaptchaSecretKey }} + + + {{ $ts.preview }} - - - + + - {{ $ts.save }} + {{ $ts.save }} + - +