mirror of
https://github.com/casdoor/casdoor.git
synced 2025-07-03 12:30:19 +08:00
feat: improve UI for "No account?"
This commit is contained in:
@ -938,7 +938,7 @@ class LoginPage extends React.Component {
|
|||||||
signinItem.label ? Setting.renderSignupLink(application, signinItem.label) :
|
signinItem.label ? Setting.renderSignupLink(application, signinItem.label) :
|
||||||
(
|
(
|
||||||
<React.Fragment>
|
<React.Fragment>
|
||||||
{i18next.t("login:No account?")}
|
{i18next.t("login:No account?")}
|
||||||
{
|
{
|
||||||
Setting.renderSignupLink(application, i18next.t("login:sign up now"))
|
Setting.renderSignupLink(application, i18next.t("login:sign up now"))
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user