```
✨ chore(crm): Supprime les fichiers manifest et favicon obsolètes, ajoute PWA.
```
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
<div class="min-h-screen flex items-center justify-center bg-gray-50 py-12 px-4 sm:px-6 lg:px-8">
|
||||
<div class="max-w-md w-full space-y-8 p-10 bg-white rounded-xl shadow-lg">
|
||||
|
||||
<img src="{{ asset('assets/images/logo.png') }}"/>
|
||||
<img src="{{ asset('provider/images/logo.png') }}"/>
|
||||
<h2 class="mt-6 text-center text-3xl font-extrabold text-gray-900">
|
||||
{{ 'security.login'|trans }}
|
||||
</h2>
|
||||
@@ -61,7 +61,7 @@
|
||||
{{ 'button.sign_in'|trans }}
|
||||
</button>
|
||||
|
||||
<a href="{{ path('connect_keycloak_start') }}"
|
||||
<a data-turbo="false" href="{{ path('connect_keycloak_start') }}"
|
||||
class="mt-2 group relative w-full flex justify-center py-2 px-4 border border-transparent text-sm font-medium rounded-md text-white bg-indigo-600 hover:bg-indigo-700 focus:outline-none focus:ring-2 focus:ring-offset-2 focus:ring-indigo-500">
|
||||
{{ 'button.sso'|trans }}
|
||||
</a>
|
||||
|
||||
Reference in New Issue
Block a user