ParkWithEase / parkeasy

ParkEasy monorepo
0 stars 1 forks source link

Web: Signup error Bug #296

Open TanoVip123 opened 5 hours ago

TanoVip123 commented 5 hours ago

What is the error

The signup doesn't show an error from the backend correctly. If someone signup with an invalid password, no error is shown.

That caused it

This is because we are not updating how we fetch error for this page using the new backend error model.

How to fix

Use SDK client and the error handler that we created