feat: registration and password reset
This commit is contained in:
@@ -3,7 +3,9 @@
|
||||
hx-boost="true"
|
||||
hx-indicator="#loading-indicator">
|
||||
<div class="relative z-20 flex items-center justify-between pb-4">
|
||||
<img class="h-8 w-auto" src="{{ asset('build/images/logo.svg') }}" alt="My E&P Team">
|
||||
<div class="text-3xl font-medium">
|
||||
MyE&P
|
||||
</div>
|
||||
{% if is_granted('ROLE_USER') %}
|
||||
<div class="hidden lg:block">
|
||||
{{ knp_menu_render(knp_menu_get('main')) }}
|
||||
|
||||
Reference in New Issue
Block a user