fixed wizard enable/disable
This commit is contained in:
parent
03e87467c1
commit
9c8a7a7af4
@ -22,7 +22,7 @@ class RedirectIfWizardNotCompleted
|
||||
}
|
||||
|
||||
// Check url
|
||||
if (Str::startsWith($request->getPathInfo(), '/wizard')) {
|
||||
if (Str::startsWith($request->getPathInfo(), '/wizard') || Str::startsWith($request->getPathInfo(), '/settings')) {
|
||||
return $next($request);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user