Commit 24368104 authored by Franco Fichtner's avatar Franco Fichtner

system: don't run async auth templates

parent a4b9c029
......@@ -1880,7 +1880,7 @@ function system_login_configure()
{
global $config;
configd_run('template reload OPNsense.Auth', true);
configd_run('template reload OPNsense.Auth');
$serialspeed = (!empty($config['system']['serialspeed']) && is_numeric($config['system']['serialspeed'])) ? $config['system']['serialspeed'] : '115200';
$serial_enabled = isset($config['system']['enableserial']);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment