mirror of
https://github.com/casdoor/casdoor.git
synced 2025-09-09 04:22:56 +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;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (resp.data2) {
|
if (resp.data3) {
|
||||||
sessionStorage.setItem("signinUrl", window.location.pathname + window.location.search);
|
sessionStorage.setItem("signinUrl", window.location.pathname + window.location.search);
|
||||||
Setting.goToLinkSoft(ths, `/forget/${application.name}`);
|
Setting.goToLinkSoft(ths, `/forget/${application.name}`);
|
||||||
return;
|
return;
|
||||||
|
Reference in New Issue
Block a user