mirror of
https://github.com/OpenBankProject/OBP-API.git
synced 2026-02-06 13:07:02 +00:00
- Default validated to false
This commit is contained in:
parent
deb15c23e8
commit
c090ccf3d7
@ -1486,7 +1486,7 @@ trait APIMethods200 {
|
||||
.username(postedData.username)
|
||||
.email(postedData.email)
|
||||
.password(postedData.password)
|
||||
.validated(true) // TODO Get this from Props
|
||||
.validated(false) // TODO Get this from Props
|
||||
if(userCreated.validate.size > 0){
|
||||
Full(errorJsonResponse(userCreated.validate.map(_.msg).mkString(";")))
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user