Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update core/Controller/ClientFlowLoginController.php
Co-authored-by: Joas Schilling <[email protected]>
Signed-off-by: Hamid Dehnavi <[email protected]>
  • Loading branch information
shdehnavi and nickvergessen authored Jul 19, 2023
commit 8913eb89d5b8747caeb06fde2df0afbf0eb1d6a8
2 changes: 1 addition & 1 deletion core/Controller/ClientFlowLoginController.php
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@ public function grantPage(string $stateToken = '',
*/
#[UseSession]
public function generateAppPassword(string $stateToken,
string $clientIdentifier = ''): Response|StandaloneTemplateResponse|Http\RedirectResponse {
string $clientIdentifier = ''): Response|StandaloneTemplateResponse|RedirectResponse {
if (!$this->isValidToken($stateToken)) {
$this->session->remove(self::STATE_NAME);
return $this->stateTokenForbiddenResponse();
Expand Down