Change username field to email in registration and login processes for consistency
Despliegue Automático / desplegar (push) Successful in 40s
Despliegue Automático / desplegar (push) Successful in 40s
This commit is contained in:
+4
-4
@@ -46,7 +46,7 @@ Body:
|
||||
|
||||
```json
|
||||
{
|
||||
"username": "maria",
|
||||
"email": "maria",
|
||||
"password": "123456",
|
||||
"encrypted_master_key": "texto_cifrado_opcional",
|
||||
"deviceName": "Flutter Pixel"
|
||||
@@ -55,7 +55,7 @@ Body:
|
||||
|
||||
Campos:
|
||||
|
||||
- `username`: `string`, obligatorio.
|
||||
- `email`: `string`, obligatorio.
|
||||
- `password`: `string`, obligatorio.
|
||||
- `encrypted_master_key`: `string | null`, opcional.
|
||||
|
||||
@@ -77,7 +77,7 @@ Body:
|
||||
|
||||
```json
|
||||
{
|
||||
"username": "maria",
|
||||
"email": "maria",
|
||||
"password": "123456",
|
||||
"deviceName": "Flutter Pixel"
|
||||
}
|
||||
@@ -85,7 +85,7 @@ Body:
|
||||
|
||||
Campos:
|
||||
|
||||
- `username`: `string`, obligatorio.
|
||||
- `email`: `string`, obligatorio.
|
||||
- `password`: `string`, obligatorio.
|
||||
- `deviceName`: `string`, opcional.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user