From eebacab7ea9594c08a81acec02b4e6900e79183c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Wolfgang=20Hu=C3=9F?= Date: Mon, 1 Mar 2021 18:08:40 +0100 Subject: [PATCH] Implement registration with slider, first step --- webapp/.env.template | 1 + .../Registration/RegistrationSlider.vue | 2 +- webapp/nuxt.config.js | 7 ++- webapp/pages/registration.vue | 60 ++++++++++++------- 4 files changed, 44 insertions(+), 26 deletions(-) diff --git a/webapp/.env.template b/webapp/.env.template index 1acad49b4..7373255a9 100644 --- a/webapp/.env.template +++ b/webapp/.env.template @@ -1,5 +1,6 @@ SENTRY_DSN_WEBAPP= COMMIT= PUBLIC_REGISTRATION=false +INVITE_REGISTRATION=true WEBSOCKETS_URI=ws://localhost:3000/api/graphql GRAPHQL_URI=http://localhost:4000/ diff --git a/webapp/components/Registration/RegistrationSlider.vue b/webapp/components/Registration/RegistrationSlider.vue index e69231c78..ef449663f 100644 --- a/webapp/components/Registration/RegistrationSlider.vue +++ b/webapp/components/Registration/RegistrationSlider.vue @@ -1,5 +1,5 @@