push to websites on login, css fix for teams screens

This commit is contained in:
Francis Cao 2025-09-19 11:32:20 -07:00
parent 1c7f9da320
commit 5767208d8c
4 changed files with 6 additions and 3 deletions

View file

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