Merge pull request #6028 from christianbeeznest/ras-22335-2

User: Improve layout of custom login page - refs BT#22335
pull/6029/head
christianbeeznest 8 months ago committed by GitHub
commit e908b96d2c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      main/inc/lib/api.lib.php

@ -4037,7 +4037,7 @@ function api_not_allowed(
$tpl = new Template(null, false, false);
$content = $tpl->fetch($customLoginTemplate);
$tpl->assign('content', $content);
$tpl->display_one_col_template();
$tpl->display_no_layout_template();
exit;
}
}

Loading…
Cancel
Save