Skip to content

Commit

Permalink
added missing title
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinpapst committed Mar 7, 2023
1 parent a803c75 commit 3e5a2b8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions templates/login.html.twig
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
{% extends '@Tabler/security.html.twig' %}

{% block logo_login %}Tabler Demo - Login!{% endblock %}
{% block login_box_msg %}
{{ 'Sign in to start your session'|trans({}, 'TablerBundle') }}
{% endblock %}

{% block login_form_start %}
<p>
Please use <strong>admin</strong> / <strong>password</strong> to login!
Expand Down

0 comments on commit 3e5a2b8

Please sign in to comment.