]> WPIA git - gigi.git/blobdiff - src/org/cacert/gigi/Gigi.java
upd: move logout button to toplevel
[gigi.git] / src / org / cacert / gigi / Gigi.java
index e55f97a226e1d7692784b69102865368c0a109b2..41e504f8fbb29b2a99ebf6c0354bd11a5f0c93b6 100644 (file)
@@ -155,7 +155,6 @@ public final class Gigi extends HttpServlet {
 
             putPage(SupportUserDetailsPage.PATH + "*", new SupportUserDetailsPage(), null);
             putPage(ChangePasswordPage.PATH, new ChangePasswordPage(), "My Account");
-            putPage(LogoutPage.PATH, new LogoutPage(), "My Account");
             putPage(History.PATH, new History(false), "My Account");
             putPage(FindAgentAccess.PATH, new OneFormPage("Access to Find Agent", FindAgentAccess.class) {
 
@@ -170,6 +169,7 @@ public final class Gigi extends HttpServlet {
             putPage(UserTrainings.SUPPORT_PATH, new UserTrainings(true), null);
 
             putPage(PasswordResetPage.PATH, new PasswordResetPage(), null);
+            putPage(LogoutPage.PATH, new LogoutPage(), null);
 
             if (testing) {
                 try {