mirror of
https://github.com/casdoor/casdoor.git
synced 2025-09-07 02:20:28 +08:00
feat: fix bug that needUpdatePassword is not respected (#3979)
This commit is contained in:

committed by
GitHub

parent
d3c718b577
commit
d027e07383
@@ -347,7 +347,7 @@ class LoginPage extends React.Component {
|
||||
return;
|
||||
}
|
||||
|
||||
if (resp.data2) {
|
||||
if (resp.data3) {
|
||||
sessionStorage.setItem("signinUrl", window.location.pathname + window.location.search);
|
||||
Setting.goToLinkSoft(ths, `/forget/${application.name}`);
|
||||
return;
|
||||
|
Reference in New Issue
Block a user