Browse Source

Fix undefined index oauthState

Signed-off-by: Morris Jobke <hey@morrisjobke.de>
tags/v13.0.0beta1
Morris Jobke 6 years ago
parent
commit
504c1abee0
No account linked to committer's email address
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      core/Controller/ClientFlowLoginController.php

+ 1
- 0
core/Controller/ClientFlowLoginController.php View File

@@ -193,6 +193,7 @@ class ClientFlowLoginController extends Controller {
'urlGenerator' => $this->urlGenerator,
'stateToken' => $stateToken,
'serverHost' => $this->request->getServerHost(),
'oauthState' => $this->session->get('oauth.state'),
],
'guest'
);

Loading…
Cancel
Save