From 685c2b34ca6b58395138bbc00db8a3fe43224fd0 Mon Sep 17 00:00:00 2001 From: eldadfux Date: Sat, 9 Nov 2019 20:04:45 +0200 Subject: [PATCH] Removed debug header --- app/controllers/auth.php | 1 - 1 file changed, 1 deletion(-) 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) {