Skip to content

Commit

Permalink
remove unnecessary code
Browse files Browse the repository at this point in the history
  • Loading branch information
warcooft committed Sep 10, 2024
1 parent 0fc0057 commit f058fd7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Controllers/OAuthController.php
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ private function checkAntiForgery(string $state): bool
private function checkExistenceUser(array $find = []): bool
{
$users = model('ShieldOAuthModel');
// $find = ['email' => $this->userInfo()->email];

$findUser = $users->findByCredentials($find);

$this->userExist = $findUser;
Expand Down

0 comments on commit f058fd7

Please sign in to comment.