From dd6adc6ac4f573b8f2d870ec74be7ff89e5ec652 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Wolfgang=20Hu=C3=9F?= Date: Mon, 15 Mar 2021 08:05:15 +0100 Subject: [PATCH] Fix redirect to signup goes to registration - Cleanup. --- webapp/middleware/authenticated.js | 2 +- webapp/nuxt.config.js | 3 --- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/webapp/middleware/authenticated.js b/webapp/middleware/authenticated.js index 9ec15dd29..3ea915bcc 100644 --- a/webapp/middleware/authenticated.js +++ b/webapp/middleware/authenticated.js @@ -22,5 +22,5 @@ export default async ({ store, env, route, redirect }) => { params.path = route.path } - return redirect('/registration/signup', params) // Wolle + return redirect('/registration', params) } diff --git a/webapp/nuxt.config.js b/webapp/nuxt.config.js index 18e22d5af..d918dc0b4 100644 --- a/webapp/nuxt.config.js +++ b/webapp/nuxt.config.js @@ -35,9 +35,6 @@ export default { 'password-reset-request', 'password-reset-enter-nonce', 'password-reset-change-password', - // 'registration-signup', - // 'registration-enter-nonce', - // 'registration-create-user-account', 'registration', 'pages-slug', 'terms-and-conditions',