6119506bd349f09bf5908ed0e43bcd5f53e9065c
- Backend `/signup` endpoint returns 200 OK with an empty body (`TypedResults.Ok()`), causing `res.json()` to throw 'Unexpected end of JSON input'. Removed the `res.json()` return. - Added Suspense boundary in login page to fix `useSearchParams` build error.
Description
No description provided