BuildForSDGCohort2 / Team-030-Backend

Server side
0 stars 1 forks source link

[ISSUE] Register POST route should not accept an already registered email. Email should be unique #37

Closed josiaharkson closed 4 years ago

josiaharkson commented 4 years ago

Email should be unique

I noticed that i have used the same email to send a register POST request multiple times and the register route does not throw an error, like email already exist.