mirror of
https://github.com/casdoor/casdoor.git
synced 2025-07-04 05:10:19 +08:00
Fix typo in renderFormItem()
This commit is contained in:
@ -495,7 +495,7 @@ class LoginPage extends React.Component {
|
||||
}
|
||||
|
||||
renderFormItem(application, signinItem) {
|
||||
if (!signinItem.visible && signinItem.name !== "ForgetPassword") {
|
||||
if (!signinItem.visible && signinItem.name !== "Forgot password?") {
|
||||
return null;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user