Update: 2026-06-26 01:17:02

This commit is contained in:
Hamza-Ayed
2026-06-26 01:17:02 +03:00
parent a9e2ee1a58
commit f3e5117c19
2 changed files with 17 additions and 1 deletions

View File

@@ -279,6 +279,7 @@ class CRUD {
var payload = {
'fingerprint': _getFpHeader(),
'password': box.read(BoxName.password) ?? '',
'email': box.read(BoxName.email) ?? '',
'aud': 'service',
};