add changes

This commit is contained in:
AD2025
2025-11-14 02:04:33 +02:00
parent 501de0103f
commit 6f23890407
48 changed files with 10759 additions and 213 deletions

View File

@@ -41,8 +41,11 @@ export interface UserLogin {
*/
export interface AuthResponse {
success: boolean;
token: string;
user: User;
data: {
user: User;
token: string;
};
message?: string;
migratedStats?: {
quizzesTaken: number;