Fix links.

This commit is contained in:
Brian Cao 2023-01-11 10:49:04 -08:00
parent 9d967fb0fe
commit f654e6728c
2 changed files with 6 additions and 8 deletions

View file

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