feat: oauth2 login via myep
This commit is contained in:
@@ -45,7 +45,10 @@
|
||||
</button>
|
||||
<input type="hidden" name="_csrf_token" value="{{ csrf_token('authenticate') }}">
|
||||
</form>
|
||||
<div class="pt-4">
|
||||
<div class="pt-4 flex space-x-4">
|
||||
<a href="{{ path('app_myep_auth_init') }}" class="text-sm underline">
|
||||
Login mit MyE&P
|
||||
</a>
|
||||
<a href="{{ path('app_security_password_reset') }}" class="text-sm underline">
|
||||
Passwort vergessen?
|
||||
</a>
|
||||
@@ -53,4 +56,4 @@
|
||||
</div>
|
||||
</div>
|
||||
|
||||
{% endblock %}
|
||||
{% endblock %}
|
||||
|
||||
Reference in New Issue
Block a user