mirror of
https://github.com/OpenBankProject/OBP-API.git
synced 2026-02-06 15:06:50 +00:00
Using username instead of email. Modified error message when creating new user
This commit is contained in:
parent
0e27fe1d42
commit
5079372000
@ -1377,7 +1377,7 @@ trait APIMethods200 {
|
||||
}
|
||||
}
|
||||
else {
|
||||
Full(errorJsonResponse("User with the same email already exists.", 409))
|
||||
Full(errorJsonResponse("User with the same username already exists.", 409))
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user