mirror of
https://github.com/ajnart/homarr.git
synced 2025-11-08 22:45:49 +01:00
🐛 Fix registration redirect link
This commit is contained in:
@@ -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: <IconCheck />,
|
||||
});
|
||||
router.push('/login');
|
||||
router.push('/auth/login');
|
||||
},
|
||||
onError() {
|
||||
updateNotification({
|
||||
|
||||
Reference in New Issue
Block a user