+
+
+
+
+ {i18next.t("login:Auto sign in")}
+
+
+ {
+ signinItem.visible ? Setting.renderForgetLink(application, i18next.t("login:Forgot password?")) : null
+ }
+
+
+ );
+ } else if (signinItem.name === "Agreement") {
+ return AgreementModal.isAgreementRequired(application) ? AgreementModal.renderAgreementFormItem(application, true, {}, this) : null;
+ } else if (signinItem.name === "Login button") {
+ return (
+