food-ordering icon indicating copy to clipboard operation
food-ordering copied to clipboard

Results 3 food-ordering issues
Sort by recently updated
recently updated
newest added

1. RegisterPage Change handleFormSubmit method ``` async function handleFormSubmit(ev) { ev.preventDefault(); setCreatingUser(true); setError(false); setUserCreated(false); let response; await fetch("/api/register", { method: "POST", body: JSON.stringify({ email, password }), headers: { "Content-Type": "application/json"...

Always returns "Unauthenticated" for NextAuth session even though the credentials are correct.

![image](https://github.com/dejwid/food-ordering/assets/121001685/04a66069-7c2a-4ad0-99c7-ed5fd4ff96d1)