Skip to content

Commit

Permalink
Update api/src/Authentication/Type/OIDC.php
Browse files Browse the repository at this point in the history
Co-authored-by: John Holt <[email protected]>
  • Loading branch information
gfrn and John-Holt-Tessella authored Jul 3, 2023
1 parent 33560aa commit c6cf64c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/src/Authentication/Type/OIDC.php
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ function check()
{
global $cookie_key;

if (array_key_exists("cookie_key", $_COOKIE)) {
if (array_key_exists($cookie_key, $_COOKIE)) {
return($this->getUser($_COOKIE[$cookie_key]));
}

Expand Down

0 comments on commit c6cf64c

Please sign in to comment.