ui(auth): add support for using a security key
This commit is contained in:
parent
3c21770c25
commit
59f2ea37d8
6 changed files with 195 additions and 70 deletions
|
@ -32,7 +32,7 @@ class WebauthnController extends AbstractLoginController
|
|||
* @throws \Illuminate\Validation\ValidationException
|
||||
* @throws \Pterodactyl\Exceptions\DisplayException
|
||||
*/
|
||||
public function auth(Request $request): JsonResponse
|
||||
public function auth(Request $request)
|
||||
{
|
||||
if ($this->hasTooManyLoginAttempts($request)) {
|
||||
$this->sendLockoutResponse($request);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue