We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1971386 commit 9855320Copy full SHA for 9855320
src/Controller/PbsAuthControllerBase.php
@@ -113,6 +113,9 @@ public static function create(ContainerInterface $container) {
113
* PBS returns the user here after user has authenticated.
114
*/
115
public function callback() {
116
+ if ($error_redirect = $this->checkAuthError()) {
117
+ return $error_redirect;
118
+ }
119
120
/** @var \OpenPublicMedia\OAuth2\Client\Provider\PbsResourceOwner|null $profile */
121
$profile = $this->processCallback();
0 commit comments