From cee2ac062d37af77e74c0c0953915f7d0163382e Mon Sep 17 00:00:00 2001 From: JulienChampagnol Date: Wed, 17 Sep 2025 14:07:17 +0200 Subject: [PATCH 1/4] save --- components/Launcher.vue | 3 +- components/Recaptcha.vue | 102 +++++++++++++++++++++++++++++---------- utils/recaptcha.js | 6 +++ 3 files changed, 84 insertions(+), 27 deletions(-) create mode 100644 utils/recaptcha.js diff --git a/components/Launcher.vue b/components/Launcher.vue index 27fa73f4..04a18a3e 100644 --- a/components/Launcher.vue +++ b/components/Launcher.vue @@ -8,8 +8,7 @@ align-self="center" style="z-index: 1000" > -

Please complete the recaptcha to launch the app

- + diff --git a/components/Recaptcha.vue b/components/Recaptcha.vue index 2ce4d0b4..e9c8ffbb 100644 --- a/components/Recaptcha.vue +++ b/components/Recaptcha.vue @@ -1,23 +1,68 @@ -