Skip to content

Commit

Permalink
Merge pull request #18 from sheridans/1.4.x
Browse files Browse the repository at this point in the history
Update login-handler.md
  • Loading branch information
gsteel authored Jan 1, 2024
2 parents c91dc30 + baa53b3 commit 19ff41f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/book/v1/login-handler.md
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ class LoginHandler implements RequestHandlerInterface
}
}

return $redirect;
return (string)$redirect;
}

private function handleLoginAttempt(
Expand Down

0 comments on commit 19ff41f

Please sign in to comment.