Comment
This commit is contained in:
parent
28d3e0d50a
commit
74da549755
1 changed files with 3 additions and 1 deletions
|
@ -24,7 +24,9 @@ public class HomePageController extends FreemarkerHttpServlet {
|
|||
|
||||
@Override
|
||||
protected ResponseValues processRequest(VitroRequest vreq) {
|
||||
vreq.getSession(false);
|
||||
|
||||
vreq.getSession(false); // enables login directly from home page
|
||||
|
||||
Map<String, Object> body = new HashMap<String, Object>();
|
||||
// Add home page data to body here
|
||||
return new TemplateResponseValues(BODY_TEMPLATE, body);
|
||||
|
|
Loading…
Add table
Reference in a new issue