starting logout

This commit is contained in:
Sofiane Draris 2025-09-22 22:52:23 +02:00
parent ceaf615a24
commit 7d08391ce0

View File

@ -129,4 +129,8 @@ export class AuthService {
},
};
}
async logout(userId: string) {
// Pour une implémentation simple, on ne fait rien ici.
}