Change username field to email in registration and login processes for consistency
Despliegue Automático / desplegar (push) Successful in 40s

This commit is contained in:
2026-07-28 18:28:49 +02:00
parent 4da7cad9d8
commit 3e08b43418
4 changed files with 19 additions and 19 deletions
+4 -4
View File
@@ -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.