feat(#3748): redirect user to last selected team on login

This commit is contained in:
Prince EKPINSE 2025-11-29 16:54:45 +01:00
parent 046cb6ef62
commit e5a5aeecb5

View file

@ -25,7 +25,6 @@ export function LoginForm() {
onSuccess: async ({ token, user }) => {
setClientAuthToken(token);
setUser(user);
router.push('/');
},
});