mirror of
https://github.com/appwrite/appwrite.git
synced 2026-05-26 13:51:13 +00:00
Removed debug header
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user