wd-David / snowball

A simple side project for personal accounting.
snowball-front-end.vercel.app
4 stars 1 forks source link

If password is not String, back-end server crushed #17

Open AdrieneTZ opened 1 year ago

AdrieneTZ commented 1 year ago

Note this issue I found while testing API. When user login, if the type of the password is not string, the back-end server would crush.

AdrieneTZ commented 1 year ago

This bug should be fixed with issue #22.