Working login form with password reset functionality.

This commit is contained in:
Dane Everitt
2018-04-08 15:18:13 -05:00
parent c3e462ab2f
commit d63624f607
21 changed files with 232 additions and 324 deletions

View File

@@ -18,7 +18,7 @@ class LoginCheckpointController extends AbstractLoginController
*
* @throws \Pterodactyl\Exceptions\DisplayException
*/
public function index(LoginCheckpointRequest $request): JsonResponse
public function __invoke(LoginCheckpointRequest $request): JsonResponse
{
try {
$cache = $this->cache->pull($request->input('confirmation_token'), []);