v0.10.15j - Fixed admin access
This commit is contained in:
@@ -18,6 +18,8 @@ class Detector
|
||||
if (Auth()->user()->can('admin.panel.show') == true)
|
||||
return view(config("detector.defaultPath") . "." . $viewName, $args);
|
||||
}
|
||||
if($viewName == "users.login" || $viewName == "users.logout")
|
||||
return view(config("detector.mobilePath") . "." . $viewName, $args);
|
||||
|
||||
return view("errors.403", $args);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user