mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Rename config var auth_redirect_handler -> auth_logout_handler (#13329)
This change addresses a typo introduced in the refactor of
d4325a2e9e
which makes the variable name inconsistent with the documentation.
This commit is contained in:
@@ -59,6 +59,6 @@ class LoginController extends Controller
|
|||||||
|
|
||||||
protected function loggedOut(Request $request)
|
protected function loggedOut(Request $request)
|
||||||
{
|
{
|
||||||
return redirect(Config::get('auth_redirect_handler', $this->redirectTo));
|
return redirect(Config::get('auth_logout_handler', $this->redirectTo));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user