feat: reduce i18n items

This commit is contained in:
Yang Luo
2024-12-07 21:22:57 +08:00
parent 1d21c3fa90
commit 922b19c64b
31 changed files with 601 additions and 125 deletions

View File

@ -1150,7 +1150,7 @@ class LoginPage extends React.Component {
]);
application?.signinMethods?.forEach((signinMethod) => {
if (signinMethod.rule === "Hide-Password") {
if (signinMethod.rule === "Hide password") {
return;
}
const item = itemsMap.get(generateItemKey(signinMethod.name, signinMethod.rule));