🚸 Improve login (#1163)

This commit is contained in:
Patrick Arminio
2024-04-09 16:12:19 +02:00
committed by GitHub
parent 1e9cb5ec28
commit 9523db2f53
2 changed files with 11 additions and 2 deletions

View File

@@ -58,6 +58,7 @@ const useAuth = () => {
user,
isLoading,
error,
resetError: () => setError(null),
}
}