Commit 25d0e166 authored by Revathi B's avatar Revathi B Committed by Bryan Manalo
Browse files

Issue #3294307 by Revathi.B: Drupal Standard issue

parent 4821fad3
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -5,7 +5,6 @@
 * Contains reauthenticate.module.
 */

use Drupal\Core\Routing\RouteMatchInterface;
use Drupal\reauthenticate\EventSubscriber\ReauthenticateSubscriber;
use Drupal\reauthenticate\Form\LoginForm;

+1 −2
Original line number Diff line number Diff line
@@ -2,7 +2,6 @@

namespace Drupal\reauthenticate\Form;


use Drupal\Core\Form\FormBase;
use Drupal\Core\Form\FormStateInterface;
use Drupal\Core\Url;
@@ -10,7 +9,7 @@ use Drupal\reauthenticate\EventSubscriber\ReauthenticateSubscriber;
use Drupal\user\Entity\User;

/**
 * Login Form class.
 * The main form for logging in and validation.
 */
class LoginForm extends FormBase {

+1 −1
Original line number Diff line number Diff line
@@ -6,7 +6,7 @@ use Drupal\Core\Form\ConfigFormBase;
use Drupal\Core\Form\FormStateInterface;

/**
 * ReauthenticateSettingsForm class.
 * Admin settings form for reauthenticate.
 */
class ReauthenticateSettingsForm extends ConfigFormBase {