Update: 2026-05-03 22:38:30

This commit is contained in:
Hamza-Ayed
2026-05-03 22:38:30 +03:00
parent 13bbc29e0e
commit 6d2c61497c

View File

@@ -66,6 +66,7 @@ json_success([
'user' => [
'id' => $user['id'],
'name' => (App\Core\Encryption::decrypt($user['name']) ?: $user['name']),
'email' => (App\Core\Encryption::decrypt($user['email']) ?: $user['email'])
'email' => (App\Core\Encryption::decrypt($user['email']) ?: $user['email']),
'role' => $user['role']
]
], 'تم تسجيل الدخول بنجاح');