fixed bug in login links display on login page after reset

This commit is contained in:
Eric J. Bowersox 2001-11-11 02:55:47 +00:00
parent f9cb84d465
commit 98d949fd74

View File

@ -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)