diff --git a/src/presentation/http/router/auth.ts b/src/presentation/http/router/auth.ts index ff5520f3..d98b82b8 100644 --- a/src/presentation/http/router/auth.ts +++ b/src/presentation/http/router/auth.ts @@ -25,7 +25,7 @@ interface AuthRouterOptions { authService: AuthService, /** - * Cookie domain for refresh and access tokens + * Cookie domain for refresh token */ cookieDomain: string, }