Add deviceName to registration and login processes for better device tracking
Despliegue Automático / desplegar (push) Successful in 4m17s

This commit is contained in:
2026-07-28 18:17:11 +02:00
parent 87cde27436
commit 4da7cad9d8
3 changed files with 16 additions and 15 deletions
+2 -1
View File
@@ -48,7 +48,8 @@ Body:
{
"username": "maria",
"password": "123456",
"encrypted_master_key": "texto_cifrado_opcional"
"encrypted_master_key": "texto_cifrado_opcional",
"deviceName": "Flutter Pixel"
}
```