Skip to content

Commit

Permalink
added different text on first login page
Browse files Browse the repository at this point in the history
  • Loading branch information
paulotruta committed Nov 3, 2024
1 parent 16f84e7 commit 05c31d4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/templates/registration/index.html.twig
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
<div class="card card-plain mt-8">
<div class="card-header pb-0 text-left bg-transparent">
<h3 class="font-weight-bolder text-dark text-gradient">Let's get you started!</h3>
<p class="mb-0">Before accessing the dashboard, you must secure it first. Choose a user / password combination to continue.</p>
<p class="mb-0">Secure your dashboard by choosing a username and password to login in the future.</p>
</div>
<div class="card-body">
{% for flashError in app.flashes('verify_email_error') %}
Expand All @@ -44,7 +44,7 @@
}) }}
{# {{ form_row(registrationForm.agreeTerms) }} #}
<div class="text-center">
<button type="submit" class="btn bg-gradient-dark w-100 mt-4 mb-0">Go to Dashboard</button>
<button type="submit" class="btn bg-gradient-dark w-100 mt-4 mb-0">Continue</button>
</div>
{{ form_end(registrationForm) }}

Expand Down

0 comments on commit 05c31d4

Please sign in to comment.