Skip to content

Commit

Permalink
Fix typo in renderFormItem()
Browse files Browse the repository at this point in the history
  • Loading branch information
hsluoyz committed Feb 16, 2024
1 parent d591488 commit 4a68dd6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/src/auth/LoginPage.js
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}

Expand Down

0 comments on commit 4a68dd6

Please sign in to comment.