Skip to content

Commit

Permalink
DOCS Update docblocks
Browse files Browse the repository at this point in the history
  • Loading branch information
ScopeyNZ committed Jul 11, 2019
1 parent b9f783e commit b05cddd
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/Authenticator/LoginHandler.php
Original file line number Diff line number Diff line change
Expand Up @@ -458,6 +458,7 @@ public function redirectAfterSuccessfulLogin(): HTTPResponse
}

// Redirecting after successful login expects a getVar to be set, store it before clearing the session data
/** @see HTTPRequest::offsetSet */
$request['BackURL'] = $this->getBackURL();

// Clear the "additional data"
Expand Down Expand Up @@ -515,9 +516,7 @@ public function getLogger(): ?LoggerInterface
}

/**
* Adds more options for the back URL - to be returned from a current MFA session store or from memory during this
* request. The latter is required as session store is cleared before the 'BackURL' key is utilised
* {@see redirectAfterSuccessfulLogin}
* Adds more options for the back URL - to be returned from a current MFA session store
*
* @return string|null
*/
Expand Down

0 comments on commit b05cddd

Please sign in to comment.