From a8677dc644534f91ba9a1791b1bc4bf4cd015a2b Mon Sep 17 00:00:00 2001 From: Surya Paolo Date: Thu, 22 Dec 2022 16:48:57 +0100 Subject: [PATCH] =?UTF-8?q?Registrazione:=20far=20comparire=20tutti=20i=20?= =?UTF-8?q?campi=20una=20volta=20inseriti...=20cosi=20comparir=C3=A0=20l'e?= =?UTF-8?q?rrore?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/CMyElem/CMyElem.vue | 2 +- .../CRegistration/CRegistration.vue | 60 +- src/components/CSignUp/CSignUp.ts | 10 +- src/components/CSignUp/CSignUp.vue | 790 +++++++++++------- 4 files changed, 526 insertions(+), 336 deletions(-) diff --git a/src/components/CMyElem/CMyElem.vue b/src/components/CMyElem/CMyElem.vue index ae81739d..d9823140 100755 --- a/src/components/CMyElem/CMyElem.vue +++ b/src/components/CMyElem/CMyElem.vue @@ -442,7 +442,7 @@
Registrazione
-
+
diff --git a/src/components/CRegistration/CRegistration.vue b/src/components/CRegistration/CRegistration.vue index c02d2957..14f8e785 100755 --- a/src/components/CRegistration/CRegistration.vue +++ b/src/components/CRegistration/CRegistration.vue @@ -14,6 +14,15 @@ :label="$t('reg.submit')" > + +
- Chiedi alla persona che ti ha invitato su RISO il suo - Username -
-
- - Consigliato - -
-
+ Consigliato +
- oppure se non riesci ad installare Telegram: + se non riesci ad installare Telegram:
globalStore.site) const signup = reactive({ - email: process.env.TEST_EMAIL || '', - username: process.env.TEST_USERNAME || '', + email: '', + username: '', name: '', surname: '', - password: process.env.TEST_PASSWORD || '', - repeatPassword: process.env.TEST_PASSWORD || '', - terms: !process.env.PROD, + password: '', + repeatPassword: '', + terms: false, profile: DefaultProfile, aportador_solidario: '', }) diff --git a/src/components/CSignUp/CSignUp.vue b/src/components/CSignUp/CSignUp.vue index 7a9788d1..a420a2ec 100755 --- a/src/components/CSignUp/CSignUp.vue +++ b/src/components/CSignUp/CSignUp.vue @@ -72,169 +72,122 @@

- - - -
- - - -
+
+ + + +
- - - -
- - -
{{ $t('reg.scegli_username') }}
+ + + + + + + + +
-
- - - - - - - -
- - -
{{ $t('reg.scegli_password') }}
+ + + +
- - - - -
- - - - - - - -
+ +