mirror of
https://github.com/ajnart/homarr.git
synced 2025-11-09 06:55:51 +01:00
🐛 Fix registration redirect link
This commit is contained in:
@@ -30,7 +30,7 @@ export default function AuthInvitePage() {
|
|||||||
const notificationId = 'register';
|
const notificationId = 'register';
|
||||||
showNotification({
|
showNotification({
|
||||||
id: notificationId,
|
id: notificationId,
|
||||||
title: 'Registering...',
|
title: 'Creating account',
|
||||||
message: 'Please wait...',
|
message: 'Please wait...',
|
||||||
loading: true,
|
loading: true,
|
||||||
});
|
});
|
||||||
@@ -48,7 +48,7 @@ export default function AuthInvitePage() {
|
|||||||
color: 'teal',
|
color: 'teal',
|
||||||
icon: <IconCheck />,
|
icon: <IconCheck />,
|
||||||
});
|
});
|
||||||
router.push('/login');
|
router.push('/auth/login');
|
||||||
},
|
},
|
||||||
onError() {
|
onError() {
|
||||||
updateNotification({
|
updateNotification({
|
||||||
|
|||||||
Reference in New Issue
Block a user