diff --git a/app/controllers/auth.php b/app/controllers/auth.php index 37e6bf7371..2d2b2ece66 100644 --- a/app/controllers/auth.php +++ b/app/controllers/auth.php @@ -374,7 +374,6 @@ $utopia->post('/v1/auth/login') ; $response - ->addHeader('testx', 'valuex') ->addCookie(Auth::$cookieName, Auth::encodeSession($profile->getUid(), $secret), $expiry, '/', COOKIE_DOMAIN, ('https' == $request->getServer('REQUEST_SCHEME', 'https')), true, Response::COOKIE_SAMESITE_NONE); if ($success) {