From 2c5ef6a73b8313af6605290a9ba8ba25a10c5576 Mon Sep 17 00:00:00 2001 From: Meier Lukas Date: Tue, 1 Aug 2023 11:53:30 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20Fix=20registration=20redirect=20?= =?UTF-8?q?link?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/auth/invite/[inviteId].tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/pages/auth/invite/[inviteId].tsx b/src/pages/auth/invite/[inviteId].tsx index ca2876805..4865b44e7 100644 --- a/src/pages/auth/invite/[inviteId].tsx +++ b/src/pages/auth/invite/[inviteId].tsx @@ -30,7 +30,7 @@ export default function AuthInvitePage() { const notificationId = 'register'; showNotification({ id: notificationId, - title: 'Registering...', + title: 'Creating account', message: 'Please wait...', loading: true, }); @@ -48,7 +48,7 @@ export default function AuthInvitePage() { color: 'teal', icon: , }); - router.push('/login'); + router.push('/auth/login'); }, onError() { updateNotification({