diff --git a/nuxt.config.ts b/nuxt.config.ts
index 25613149b..6128e42f9 100644
--- a/nuxt.config.ts
+++ b/nuxt.config.ts
@@ -366,7 +366,7 @@ export default defineNuxtConfig({
},
},
turnstile: {
- siteKey: '0x4AAAAAAAHWfmKCm7cUG869',
+ siteKey: '0x4AAAAAAAW3guHM6Eunbgwu',
},
nitro: {
moduleSideEffects: ['@vintl/compact-number/locale-data'],
diff --git a/pages/auth.vue b/pages/auth.vue
index b95f4452c..b55f54f91 100644
--- a/pages/auth.vue
+++ b/pages/auth.vue
@@ -61,7 +61,17 @@
}
.turnstile {
- display: none;
+ display: flex;
+ justify-content: center;
+ overflow: hidden;
+ border-radius: var(--radius-md);
+ border: 2px solid var(--color-button-bg);
+ height: 66px;
+
+ iframe {
+ margin: -1px;
+ min-width: calc(100% + 2px);
+ }
}
.auth-form {
diff --git a/pages/auth/reset-password.vue b/pages/auth/reset-password.vue
index 68647bd50..c878a5fb2 100644
--- a/pages/auth/reset-password.vue
+++ b/pages/auth/reset-password.vue
@@ -5,7 +5,6 @@
{{ formatMessage(methodChoiceMessages.description) }}
-