Allow profile index [skip ci]

This commit is contained in:
James Cole
2017-12-11 10:28:10 +01:00
parent c91bb5a565
commit 5d9e547d05

View File

@@ -62,7 +62,7 @@ class ProfileController extends Controller
return $next($request);
}
);
$this->middleware(IsLimitedUser::class)->except(['confirmEmailChange', 'undoEmailChange']);
$this->middleware(IsLimitedUser::class)->except(['confirmEmailChange','index', 'undoEmailChange']);
}
/**