Issue #3253735: Backbone manual tree-shake
Compare changes
Files
3Issue #3198010 by mcdruid, acbramley, mstrelan, quietone, manojithape, vikashsoni, chetanbharambe, sarguna raj M, larowlan, alexpott: User login page broken when there are more than 5 failed login attempts for an account
@@ -5,13 +5,13 @@
@@ -48,6 +48,13 @@ class UserLoginForm extends FormBase {
@@ -59,8 +66,10 @@ class UserLoginForm extends FormBase {
@@ -69,6 +78,7 @@ public function __construct($user_flood_control, UserStorageInterface $user_stor
@@ -79,7 +89,8 @@ public static function create(ContainerInterface $container) {
@@ -237,7 +248,9 @@ public function validateFinal(array &$form, FormStateInterface $form_state) {