Open gedw99 opened 4 months ago
occurs when you use the same email for signing twice.
need to catch this. It goes to 500 currently with
types.go:58 UNIQUE constraint failed: users.email
We need to return a validation error "saying email already in use."
occurs when you use the same email for signing twice.
need to catch this. It goes to 500 currently with
We need to return a validation error "saying email already in use."