mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-12-12 01:42:32 +00:00
Fix tests for login providers when dealing with LDAP.
This commit is contained in:
@@ -54,7 +54,7 @@
|
||||
<input type="hidden" name="_token" value="{{ csrf_token() }}"/>
|
||||
|
||||
<div class="form-group has-feedback">
|
||||
{% if env('LOGIN_PROVIDER', '') == 'eloquent' %}
|
||||
{% if env('LOGIN_PROVIDER', 'eloquent') == 'eloquent' %}
|
||||
<input type="email" autocomplete="email" name="email" value="{{ email }}" class="form-control" placeholder="{{ trans('form.email') }}"/>
|
||||
{% else %}
|
||||
<input type="text" autocomplete="username" name="email" value="{{ email }}" class="form-control" placeholder="{{ trans('form.login_name') }}"/>
|
||||
|
||||
Reference in New Issue
Block a user