Removed debug header

This commit is contained in:
eldadfux 2019-11-09 20:04:45 +02:00
parent 6c7fa7ea71
commit 685c2b34ca

View file

@ -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) {