diff --git a/web/src/screens/auth/Login.tsx b/web/src/screens/auth/Login.tsx index b13a0cd..cc85893 100644 --- a/web/src/screens/auth/Login.tsx +++ b/web/src/screens/auth/Login.tsx @@ -45,9 +45,9 @@ export const Login = () => { auth.login(variables.username) router.invalidate() }, - onError: () => { + onError: (error) => { toast.custom((t) => ( - + )); } });