Skip to content

Commit

Permalink
Update ModuleLoginRedirect.php
Browse files Browse the repository at this point in the history
  • Loading branch information
bright-cloud-studio committed Feb 22, 2023
1 parent 6290726 commit 41e7daf
Showing 1 changed file with 10 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
<?php

/**
* Bright Cloud Studio's Contao Redirect Failed Login
* Bright Cloud Studio's Modal Gallery
*
* Copyright (C) 2023 Bright Cloud Studio
* Copyright (C) 2021 Bright Cloud Studio
*
* @package bright-cloud-studio/contao-redirect-failed-login
* @package bright-cloud-studio/modal-gallery
* @link https://www.brightcloudstudio.com/
* @license http://opensource.org/licenses/lgpl-3.0.html
**/
Expand All @@ -14,6 +14,13 @@
use Contao;
use Contao\Config;

use Scheb\TwoFactorBundle\Security\Authentication\Exception\InvalidTwoFactorCodeException;
use Scheb\TwoFactorBundle\Security\TwoFactor\Event\TwoFactorAuthenticationEvent;
use Scheb\TwoFactorBundle\Security\TwoFactor\Event\TwoFactorAuthenticationEvents;
use Symfony\Component\Security\Core\Exception\AuthenticationException;
use Symfony\Component\Security\Core\Exception\TooManyLoginAttemptsAuthenticationException;


class ModuleLoginRedirect extends \Contao\ModuleLogin
{
public function generate()
Expand Down

0 comments on commit 41e7daf

Please sign in to comment.