mirror of
https://github.com/Quackster/Havana.git
synced 2025-07-03 05:07:46 +00:00
Remove authentication check when on /community
This commit is contained in:
parent
1d863a7c2b
commit
9d42e6b86c
1 changed files with 0 additions and 4 deletions
|
@ -14,10 +14,6 @@ public class CommunityController {
|
|||
XSSUtil.clear(webConnection);
|
||||
var template = webConnection.template("community");
|
||||
|
||||
if (!webConnection.session().contains("authenticated")) {
|
||||
return;
|
||||
}
|
||||
|
||||
/*
|
||||
if (CacheManager.useCachePage(webConnection, "community")) {
|
||||
webConnection.send(CacheManager.getPage(webConnection, "community"));
|
||||
|
|
Loading…
Add table
Reference in a new issue