From cc9057324ae3e9390439f9fe15ff1ecc22a9acb1 Mon Sep 17 00:00:00 2001 From: slawkens Date: Fri, 2 Feb 2024 18:52:21 +0100 Subject: [PATCH] Fix maxlength for email input --- system/templates/account.login.html.twig | 2 +- system/templates/admin.login.html.twig | 2 +- templates/tibiacom/account.login.html.twig | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/system/templates/account.login.html.twig b/system/templates/account.login.html.twig index aec1e222..6ab08df9 100644 --- a/system/templates/account.login.html.twig +++ b/system/templates/account.login.html.twig @@ -29,7 +29,7 @@ Please enter your account {{ account|lower }} and your password.
{{ account_login_by }}: - + {{ hook('HOOK_ACCOUNT_LOGIN_AFTER_ACCOUNT') }} diff --git a/system/templates/admin.login.html.twig b/system/templates/admin.login.html.twig index 4f766f9a..f31b8fad 100644 --- a/system/templates/admin.login.html.twig +++ b/system/templates/admin.login.html.twig @@ -24,7 +24,7 @@
- + {{ hook('HOOK_ADMIN_LOGIN_AFTER_ACCOUNT') }}
diff --git a/templates/tibiacom/account.login.html.twig b/templates/tibiacom/account.login.html.twig index 3e459a8b..9e9b65c2 100644 --- a/templates/tibiacom/account.login.html.twig +++ b/templates/tibiacom/account.login.html.twig @@ -38,7 +38,7 @@ {{ account_login_by }}: - + {{ hook('HOOK_ACCOUNT_LOGIN_AFTER_ACCOUNT') }}