chore: fix ui bug

This commit is contained in:
2026-03-25 09:41:53 +01:00
parent 79c050d689
commit ac5ec11f54
4 changed files with 66 additions and 24 deletions
+1 -2
View File
@@ -34,8 +34,7 @@ export interface UserResponse {
role?: string;
session_id?: string;
command?: number;
point?: number;
point_zipette?: number; // ✅ AJOUTER CETTE LIGNE
point_extra?: number;
amende?: number;
must_change_password?: boolean;
}