mirror of
https://github.com/pterodactyl/panel.git
synced 2024-11-23 09:32:29 +01:00
Fix syntax error.
This commit is contained in:
parent
75119611b9
commit
2dec659dd1
@ -43,7 +43,7 @@ class VerifyReCaptcha
|
||||
return false;
|
||||
}
|
||||
|
||||
return $result->hostname === $url['host'];;
|
||||
return $result->hostname === $url['host'];
|
||||
};
|
||||
|
||||
if ($result->success && (! config('recaptcha.verify_domain') || $verified($result, $request))) {
|
||||
|
Loading…
Reference in New Issue
Block a user