fixed bug in login links display on login page after reset
This commit is contained in:
parent
f9cb84d465
commit
98d949fd74
|
@ -298,6 +298,7 @@ public class Account extends VeniceServlet
|
||||||
|
|
||||||
} // end catch
|
} // end catch
|
||||||
|
|
||||||
|
setMyLocation(request,tgt); // fake out the location
|
||||||
return dlg; // redisplay the dialog
|
return dlg; // redisplay the dialog
|
||||||
|
|
||||||
} // end if ("remind" button clicked)
|
} // end if ("remind" button clicked)
|
||||||
|
@ -340,6 +341,7 @@ public class Account extends VeniceServlet
|
||||||
|
|
||||||
} // end catch
|
} // end catch
|
||||||
|
|
||||||
|
setMyLocation(request,tgt); // fake out the location
|
||||||
return dlg; // go back and redisplay the dialog
|
return dlg; // go back and redisplay the dialog
|
||||||
|
|
||||||
} // end if ("login" button clicked)
|
} // end if ("login" button clicked)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user