feat(#3748): restore favicon icons in websites list

This commit is contained in:
Prince EKPINSE 2025-11-29 16:43:21 +01:00
parent a19b92a5cb
commit 046cb6ef62
2 changed files with 9 additions and 2 deletions

View file

@ -26,7 +26,7 @@ export function LoginForm() {
setClientAuthToken(token);
setUser(user);
router.push('/websites');
router.push('/');
},
});
};