diff --git a/components/Turnstile.vue b/components/Turnstile.vue index 309a97c..132ddcf 100644 --- a/components/Turnstile.vue +++ b/components/Turnstile.vue @@ -1,6 +1,6 @@ @@ -37,6 +37,8 @@ export default { if (!this.$refs.turnstileContainer || this.widgetId !== null) return this.widgetId = window.turnstile.render(this.$refs.turnstileContainer, { sitekey: this.sitekey, + theme: 'light', + size: 'flexible', callback: (token) => { this.token = token }, @@ -77,4 +79,25 @@ export default { } - +