Skip to content

Commit 488c079

Browse files
authored
Indent to match call above
1 parent 3875d02 commit 488c079

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/recaptcha-v3-verify.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
// Effectively we're providing an API endpoint here that will accept the token, verify it, and return the action / score to the page
4343
$recaptcha = new \ReCaptcha\ReCaptcha($secret);
4444
$resp = $recaptcha->setExpectedHostname($_SERVER['SERVER_NAME'])
45-
->setExpectedAction('homepage')
45+
->setExpectedAction('homepage')
4646
->setScoreThreshold(0.5)
4747
->verify($_GET['token'], $_SERVER['REMOTE_ADDR']);
4848
header('Content-type:application/json');

0 commit comments

Comments
 (0)