Match registration rules in frontend

This commit is contained in:
2020-06-18 17:07:54 +02:00
parent 1611ca6ab4
commit a786cc848c
2 changed files with 13 additions and 22 deletions
-2
View File
@@ -19,7 +19,6 @@
+ Request (application/json)
+ Attributes (object)
+ username: babar (string)
+ email: `michel@seed-it.eu` (string)
+ password: tortue (string)
+ Response 200 (application/json)
@@ -85,4 +84,3 @@ Receive the username and email from the currently logged in user
+ Attributes
+ user: (object)
+ username: babar (string)
+ email: `michel@seed-it.eu` (string)