@@ -130,8 +130,7 @@ |
||
130 | 130 | if($this->idTokenHint['sub'] !== $this->resourceOwner->getIdentifier()) { |
131 | 131 | if($this->prompt == self::PROMPT_NONE) { |
132 | 132 | throw new OAuthException('invalid_request'); |
133 | - } |
|
134 | - else { |
|
133 | + } else { |
|
135 | 134 | throw new OAuthException('login_required'); |
136 | 135 | } |
137 | 136 | } |