fixed bug in login links display on login page after reset
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user