From 7c7fa96334746c44a03be0e930afaf69368d1296 Mon Sep 17 00:00:00 2001 From: snipe Date: Mon, 22 Jul 2024 10:19:55 +0100 Subject: [PATCH] Pulled from the app.php as well Signed-off-by: snipe --- config/app.php | 16 +--------------- 1 file changed, 1 insertion(+), 15 deletions(-) diff --git a/config/app.php b/config/app.php index e3b3b91083..9de8b63c6d 100755 --- a/config/app.php +++ b/config/app.php @@ -427,19 +427,5 @@ return [ */ 'escape_formulas' => env('CSV_ESCAPE_FORMULAS', true), - - /* - |-------------------------------------------------------------------------- - | Show Remote Login Options - |-------------------------------------------------------------------------- - | - | This determins whether or not to display the remote login options under Security. - | Most people won't need this, and if you don't have remote login configured - | and working correctly, you can lock yourself out of the system by enabling that - | option in the Admin Settings > Security section. - | - */ - - 'show_remote_login_only_option' => env('SHOW_REMOTE_LOGIN_ONLY_OPTION', false), - + ];