]> WPIA git - gigi.git/blobdiff - src/org/cacert/gigi/pages/account/ChangePasswordPage.java
Implement issuing with the new form.
[gigi.git] / src / org / cacert / gigi / pages / account / ChangePasswordPage.java
index fd4c9b2d6382338f952c73b1f443e13c9d213d7f..1919f544efd81ba52d8d5245912a1f4b0db2a00c 100644 (file)
@@ -16,10 +16,8 @@ public class ChangePasswordPage extends Page {
        }
 
        @Override
-       public void doGet(HttpServletRequest req, HttpServletResponse resp)
-                       throws IOException {
-               new ChangeForm().output(resp.getWriter(), getLanguage(req),
-                               new HashMap<String, Object>());
+       public void doGet(HttpServletRequest req, HttpServletResponse resp) throws IOException {
+               new ChangeForm(req).output(resp.getWriter(), getLanguage(req), new HashMap<String, Object>());
        }
 
 }