mirror of
https://github.com/appwrite/appwrite
synced 2026-05-22 16:38:32 +00:00
Removed debug header
This commit is contained in:
parent
6c7fa7ea71
commit
685c2b34ca
1 changed files with 0 additions and 1 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue