Skip to content

Commit

Permalink
fix php coding style
Browse files Browse the repository at this point in the history
  • Loading branch information
memurats committed Jan 24, 2024
1 parent 4cf41bc commit 294c35a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Controller/LoginController.php
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ public function login(int $providerId, string $redirectUrl = null) {
}

// check if oidc state is present in session data
if($this->session->exists(self::STATE)) {
if ($this->session->exists(self::STATE)) {
$state = $this->session->get(self::STATE);
$nonce = $this->session->get(self::NONCE);
} else {
Expand Down

0 comments on commit 294c35a

Please sign in to comment.