From 98d949fd744b9e2e1a5ea101d05e764de0d231c8 Mon Sep 17 00:00:00 2001 From: "Eric J. Bowersox" Date: Sun, 11 Nov 2001 02:55:47 +0000 Subject: [PATCH] fixed bug in login links display on login page after reset --- src/com/silverwrist/venice/servlets/Account.java | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/com/silverwrist/venice/servlets/Account.java b/src/com/silverwrist/venice/servlets/Account.java index ce42907..b0fedfc 100644 --- a/src/com/silverwrist/venice/servlets/Account.java +++ b/src/com/silverwrist/venice/servlets/Account.java @@ -298,6 +298,7 @@ public class Account extends VeniceServlet } // end catch + setMyLocation(request,tgt); // fake out the location return dlg; // redisplay the dialog } // end if ("remind" button clicked) @@ -340,6 +341,7 @@ public class Account extends VeniceServlet } // end catch + setMyLocation(request,tgt); // fake out the location return dlg; // go back and redisplay the dialog } // end if ("login" button clicked)