From 990ed0475f5d9d54a29beea83fab44c3dc01c3c7 Mon Sep 17 00:00:00 2001 From: Thomas Zilio Date: Sat, 23 Oct 2021 16:37:07 +0200 Subject: [PATCH] Correzioni minori --- app/Http/Kernel.php | 3 +++ resources/views/auth/login.blade.php | 1 - 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/app/Http/Kernel.php b/app/Http/Kernel.php index c749c637a..0fd745516 100644 --- a/app/Http/Kernel.php +++ b/app/Http/Kernel.php @@ -47,6 +47,9 @@ class Kernel extends HttpKernel Language::class, EnsureCalendarPeriod::class, EnsureConfiguration::class, + ], + + 'legacy' => [ HTMLBuilder::class, ], diff --git a/resources/views/auth/login.blade.php b/resources/views/auth/login.blade.php index 49ce2f665..dc24cb24b 100644 --- a/resources/views/auth/login.blade.php +++ b/resources/views/auth/login.blade.php @@ -71,7 +71,6 @@

{{ tr('Sono stati effettuati troppi tentativi di accesso consecutivi!') }}

-

{{ tr('Tempo rimanente (in secondi)') }}: {{ brute.timeout + 1 }}