Allow profile index [skip ci]

This commit is contained in:
James Cole 2017-12-11 10:28:10 +01:00
parent c91bb5a565
commit 5d9e547d05
No known key found for this signature in database
GPG Key ID: C16961E655E74B5E

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']);
}
/**