diff --git a/src/routes/auth/auth.service.ts b/src/routes/auth/auth.service.ts index db54166..3caaf76 100644 --- a/src/routes/auth/auth.service.ts +++ b/src/routes/auth/auth.service.ts @@ -129,4 +129,8 @@ export class AuthService { }, }; } + + async logout(userId: string) { + // Pour une implémentation simple, on ne fait rien ici. + }