mirror of
https://github.com/getnamingo/registry.git
synced 2025-07-24 19:38:26 +02:00
Fixed recently introduced CP login interface bug
This commit is contained in:
parent
76d46e4459
commit
4d16301c5c
4 changed files with 4 additions and 4 deletions
|
@ -7,8 +7,8 @@
|
|||
<div class="container container-tight py-4">
|
||||
<div class="text-center mb-4">
|
||||
<a href="." class="navbar-brand navbar-brand-autodark"><img src="{{ logoPath }}" height="36" alt=""></a>
|
||||
{% include 'partials/flash.twig' %}
|
||||
</div>
|
||||
{% include 'partials/flash.twig' %}
|
||||
<div class="card card-md">
|
||||
<div class="card-body">
|
||||
<h2 class="h2 text-center mb-4">Login to your account</h2>
|
||||
|
|
|
@ -7,8 +7,8 @@
|
|||
<div class="container container-tight py-4">
|
||||
<div class="text-center mb-4">
|
||||
<a href="." class="navbar-brand navbar-brand-autodark"><img src="{{ logoPath }}" height="36" alt=""></a>
|
||||
{% include 'partials/flash.twig' %}
|
||||
</div>
|
||||
{% include 'partials/flash.twig' %}
|
||||
<form class="card card-md" action="{{route('forgot.password')}}" name="register" method="post" autocomplete="off" novalidate>
|
||||
{{ csrf.field | raw }}
|
||||
<div class="card-body">
|
||||
|
|
|
@ -7,8 +7,8 @@
|
|||
<div class="container container-tight py-4">
|
||||
<div class="text-center mb-4">
|
||||
<a href="." class="navbar-brand navbar-brand-autodark"><img src="{{ logoPath }}" height="36" alt=""></a>
|
||||
{% include 'partials/flash.twig' %}
|
||||
</div>
|
||||
{% include 'partials/flash.twig' %}
|
||||
<form class="card card-md" action="{{route('update.password')}}" name="register" method="post" autocomplete="off">
|
||||
{{ csrf.field | raw }}
|
||||
<input type="hidden" name="selector" value="{{selector}}">
|
||||
|
|
|
@ -7,8 +7,8 @@
|
|||
<div class="container container-tight py-4">
|
||||
<div class="text-center mb-4">
|
||||
<a href="." class="navbar-brand navbar-brand-autodark"><img src="{{ logoPath }}" height="36" alt=""></a>
|
||||
{% include 'partials/flash.twig' %}
|
||||
</div>
|
||||
{% include 'partials/flash.twig' %}
|
||||
<form class="card card-md" action="{{route('login')}}" id="login" method="post" autocomplete="off" novalidate>
|
||||
{{ csrf.field | raw }}
|
||||
<div class="card-body">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue