mirror of
https://github.com/casdoor/casdoor.git
synced 2025-09-08 04:00:51 +08:00
feat: allow user to select organization in login page when using shared app (#4053)
This commit is contained in:
@@ -119,6 +119,7 @@ class SigninTable extends React.Component {
|
||||
{name: "Signup link", displayName: i18next.t("general:Signup link")},
|
||||
{name: "Captcha", displayName: i18next.t("general:Captcha")},
|
||||
{name: "Auto sign in", displayName: i18next.t("login:Auto sign in")},
|
||||
{name: "Select organization", displayName: i18next.t("login:Select organization")},
|
||||
];
|
||||
|
||||
const getItemDisplayName = (text) => {
|
||||
|
Reference in New Issue
Block a user