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)