Removed env part, just check for the remote user login

Signed-off-by: snipe <snipe@snipe.net>
This commit is contained in:
snipe 2024-07-22 10:18:33 +01:00
parent bbad84c6cc
commit e08acb851c
2 changed files with 1 additions and 2 deletions

View file

@ -184,7 +184,6 @@ REQUIRE_SAML=false
API_THROTTLE_PER_MINUTE=120
CSV_ESCAPE_FORMULAS=true
LIVEWIRE_URL_PREFIX=null
SHOW_REMOTE_LOGIN_ONLY_OPTION=false
# --------------------------------------------
# OPTIONAL: HASHING

View file

@ -151,7 +151,7 @@
{{ trans('admin/settings/general.login_remote_user_custom_logout_url_help') }}
</p>
@if (($setting->login_remote_user_enabled == '1') && (config('app.show_remote_login_only_option') != false))
@if ($setting->login_remote_user_enabled == '1')
<!-- Disable other logins mechanism -->
<label class="form-control">