redirection good

This commit is contained in:
Olivier PARPAILLON
2024-11-19 14:01:57 +01:00
parent 8ddbf9c5d6
commit 5744d77e70
5 changed files with 32 additions and 11 deletions

View File

@@ -22,9 +22,9 @@
value="{{ csrf_token('authenticate') }}"
>
<div class="flex flex-row justify-between">
<button class="bg-blue-500 hover:bg-blue-400 text-white font-bold py-2 px-4 border-b-4 border-blue-700 hover:border-blue-500 rounded" type="submit">Se connecter</button>
<button class=" text-white font-bold py-2 px-4 border-b-4 btnRegister rounded" type="submit">Se connecter</button>
<a href="{{ path('app_register') }}">
<button class="bg-blue-500 hover:bg-blue-400 text-white font-bold py-2 px-4 border-b-4 border-blue-700 hover:border-blue-500 rounded mx-auto" type="button">S'inscrire</button>
<button class=" text-white font-bold py-2 px-4 border-b-4 btnRegister rounded mx-auto" type="button">S'inscrire</button>
</a>
</div>
</form>