-
+
{Setting.getLabel(i18next.t("user:Third-party logins"), i18next.t("user:Third-party logins - Tooltip"))} :
{
(this.state.application === null || this.state.user === null) ? null : (
- this.state.application?.providers.filter(providerItem => Setting.isProviderVisible(providerItem)).map((providerItem, index) => { return this.unlinked()}} />)
+ this.state.application?.providers.filter(providerItem => Setting.isProviderVisible(providerItem)).map((providerItem, index) => { return this.unlinked()}} />)
)
}
@@ -261,7 +261,7 @@ class UserEditPage extends React.Component {
!Setting.isAdminUser(this.props.account) ? null : (
{/**/}
- {/* */}
+ {/* */}
{/* {i18next.t("user:Properties")}:*/}
{/* */}
{/* */}
@@ -272,30 +272,30 @@ class UserEditPage extends React.Component {
{/* */}
{/*
*/}
-
+
{Setting.getLabel(i18next.t("user:Is admin"), i18next.t("user:Is admin - Tooltip"))} :
-
+
{
this.updateUserField('isAdmin', checked);
}} />
-
+
{Setting.getLabel(i18next.t("user:Is global admin"), i18next.t("user:Is global admin - Tooltip"))} :
-
+
{
this.updateUserField('isGlobalAdmin', checked);
}} />
-
+
{Setting.getLabel(i18next.t("user:Is forbidden"), i18next.t("user:Is forbidden - Tooltip"))} :
-
+
{
this.updateUserField('isForbidden', checked);
}} />
diff --git a/web/src/common/AffiliationSelect.js b/web/src/common/AffiliationSelect.js
index 4c21f667..2c2c6bd2 100644
--- a/web/src/common/AffiliationSelect.js
+++ b/web/src/common/AffiliationSelect.js
@@ -92,7 +92,7 @@ class AffiliationSelect extends React.Component {
{Setting.getLabel(i18next.t("user:Affiliation"), i18next.t("user:Affiliation - Tooltip"))} :
-
+
{
this.props.application?.affiliationUrl === "" ? (
{
diff --git a/web/src/common/OAuthWidget.js b/web/src/common/OAuthWidget.js
index a5744560..0f607de7 100644
--- a/web/src/common/OAuthWidget.js
+++ b/web/src/common/OAuthWidget.js
@@ -142,7 +142,7 @@ class OAuthWidget extends React.Component {
-
+
{
linkedValue === "" ? (
"(empty)"