mirror of
https://github.com/aaronpo97/the-biergarten-app.git
synced 2026-02-16 20:13:49 +00:00
Update: change identifiers to cuid
This commit is contained in:
@@ -38,7 +38,7 @@ const LoginForm = () => {
|
||||
await mutate!();
|
||||
toast.remove(loadingToast);
|
||||
toast.success('Logged in!');
|
||||
await router.push(`/user/current`);
|
||||
await router.push(`/users/current`);
|
||||
} catch (error) {
|
||||
toast.remove(loadingToast);
|
||||
createErrorToast(error);
|
||||
|
||||
Reference in New Issue
Block a user