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({