Correzioni minori
This commit is contained in:
parent
4655be391d
commit
990ed0475f
|
@ -47,6 +47,9 @@ class Kernel extends HttpKernel
|
|||
Language::class,
|
||||
EnsureCalendarPeriod::class,
|
||||
EnsureConfiguration::class,
|
||||
],
|
||||
|
||||
'legacy' => [
|
||||
HTMLBuilder::class,
|
||||
],
|
||||
|
||||
|
|
|
@ -71,7 +71,6 @@
|
|||
|
||||
<div class="box-body text-center">
|
||||
<p>{{ tr('Sono stati effettuati troppi tentativi di accesso consecutivi!') }}</p>
|
||||
<p>{{ tr('Tempo rimanente (in secondi)') }}: <span id="brute-timeout">{{ brute.timeout + 1 }}</span></p>
|
||||
</div>
|
||||
</div>
|
||||
<script>
|
||||
|
|
Loading…
Reference in New Issue