diff --git a/frontend/src/routes/routes.js b/frontend/src/routes/routes.js index 1ce4875a1..15de73163 100755 --- a/frontend/src/routes/routes.js +++ b/frontend/src/routes/routes.js @@ -17,9 +17,9 @@ const routes = [ component: () => import(/* webpackChunkName: "demo" */ '../views/Pages/Login.vue') }, { - path: '/Landing', - name: 'Landing', - component: () => import(/* webpackChunkName: "demo" */ '../views/Landing.vue') + path: '/thx', + name: 'Thanks', + component: () => import(/* webpackChunkName: "demo" */ '../views/thx.vue') }, { path: '/register', diff --git a/frontend/src/store/store.js b/frontend/src/store/store.js index 995727987..21ac4635e 100644 --- a/frontend/src/store/store.js +++ b/frontend/src/store/store.js @@ -21,7 +21,8 @@ export const store = new Vuex.Store({ target_date:"2021-02-19T13:25:36+00:00", memo:"AGE", auto_sign: true - } + }, + modals: false }, // Retrieve a state variable getters: { @@ -61,6 +62,7 @@ export const store = new Vuex.Store({ }, createUser: async ({ dispatch }, data) => { console.log('action: createUser') + console.log('data ', data) const result = await loginAPI.create(data.email,data.first_name,data.last_name,data.password) if( result.success ){ // TODO We are not logged in, we need to do that manually. diff --git a/frontend/src/views/Pages/Register.vue b/frontend/src/views/Pages/Register.vue index d0b55530a..384c2bc78 100755 --- a/frontend/src/views/Pages/Register.vue +++ b/frontend/src/views/Pages/Register.vue @@ -92,11 +92,10 @@
...
-Danke für die Anmeldung
+Bitte prüfe deine Mail und bestäige diese Anmeldung letztmalig. Dann kannst du dich in deiner Gradido Wallet einloggen.
+ +