Merge branch 'debian' into b-3.6.1
[kivitendo-erp.git] / SL / Dispatcher / AuthHandler / Admin.pm
index 9ef6ef3..06fd3cf 100644 (file)
@@ -23,7 +23,6 @@ sub handle {
   }
 
   $::request->{layout} = SL::Layout::Dispatcher->new(style => 'admin');
-  $::request->layout->no_menu(1);
   $::auth->delete_session_value('admin_password');
   $::auth->punish_wrong_login;
   SL::Dispatcher::show_error('admin/adminlogin', 'password');