summaryrefslogtreecommitdiffstats
path: root/WebContent/pages/login.xhtml
diff options
context:
space:
mode:
Diffstat (limited to 'WebContent/pages/login.xhtml')
-rw-r--r--WebContent/pages/login.xhtml2
1 files changed, 1 insertions, 1 deletions
diff --git a/WebContent/pages/login.xhtml b/WebContent/pages/login.xhtml
index 87d425c..e1eaa6d 100644
--- a/WebContent/pages/login.xhtml
+++ b/WebContent/pages/login.xhtml
@@ -6,7 +6,7 @@
xmlns:f="http://xmlns.jcp.org/jsf/core"
xmlns:c="http://xmlns.jcp.org/jsp/jstl/core">
-<ui:composition template="/templates/common.xhtml">
+<ui:composition template="#{UserManager.loggedIn ? '/templates/loggedin.xhtml' : '/templates/common.xhtml'}">
<ui:define name="pageTitle">JCatalog Login</ui:define>