Skip to content

Commit

Permalink
fix: corrected overwriting of display name when using SSO, closes #3226
Browse files Browse the repository at this point in the history
  • Loading branch information
thorsten committed Oct 28, 2024
1 parent 17b7c51 commit 0bc6b81
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions phpmyfaq/src/phpMyFAQ/Auth/AuthSso.php
Original file line number Diff line number Diff line change
Expand Up @@ -93,8 +93,6 @@ public function checkCredentials(string $login, string $password, array $optiona
}
}
if ($user === $login) {
$this->create($login, $password);

return true;
} else {
return false;
Expand Down

0 comments on commit 0bc6b81

Please sign in to comment.