From 7d08391ce0a6c892045810a154674cf97d38dcc2 Mon Sep 17 00:00:00 2001 From: Sofiane Draris Date: Mon, 22 Sep 2025 22:52:23 +0200 Subject: [PATCH] starting logout --- src/routes/auth/auth.service.ts | 4 ++++ 1 file changed, 4 insertions(+) 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. + }