mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-09 23:24:06 -08:00
Removed env part, just check for the remote user login
Signed-off-by: snipe <snipe@snipe.net>
This commit is contained in:
parent
bbad84c6cc
commit
e08acb851c
|
@ -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
|
||||
|
|
|
@ -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">
|
||||
|
|
Loading…
Reference in a new issue