Golang-JWT-Gin-Authentication-project icon indicating copy to clipboard operation
Golang-JWT-Gin-Authentication-project copied to clipboard

The validate email required

Open codertjay opened this issue 2 years ago • 0 comments

I fixed the email required from this json:"email" validate:"email,required" to json:"email" validate:"required"

it was actually giving an error

codertjay avatar Aug 14 '22 10:08 codertjay