vocascan / vocascan-server

Server for Vocascan
https://vocascan.com
Apache License 2.0
26 stars 5 forks source link

Unique username #48

Closed noctera closed 3 years ago

noctera commented 3 years ago
Status Type Env Vars Change
:white_check_mark: Ready Hotfix No

Description

When using the third parameter ("fields"-parameter) you get back a fields property in the response

throw new ApiError(httpStatus.UNAUTHORIZED, 'invalid password', 'password'); response:

{ "code": 401, "field": "password", "message": "invalid password", }

Motivation and Context

Screenshots / GIFs (if appropriate):

Checklist

Resolves