feat: feature flag for oauth2 login via MyE&P
This commit is contained in:
@@ -46,9 +46,11 @@
|
||||
<input type="hidden" name="_csrf_token" value="{{ csrf_token('authenticate') }}">
|
||||
</form>
|
||||
<div class="pt-4 flex space-x-4">
|
||||
<a href="{{ path('app_myep_auth_init') }}" class="text-sm underline">
|
||||
Login mit MyE&P
|
||||
</a>
|
||||
{% if feature('myep_login') %}
|
||||
<a href="{{ path('app_myep_auth_init') }}" class="text-sm underline">
|
||||
Login mit MyE&P
|
||||
</a>
|
||||
{% endif %}
|
||||
<a href="{{ path('app_security_password_reset') }}" class="text-sm underline">
|
||||
Passwort vergessen?
|
||||
</a>
|
||||
|
||||
Reference in New Issue
Block a user