From 4fe7da167b3307b198c3a20bc4a13953c79d2f2f Mon Sep 17 00:00:00 2001 From: André Oliveira <37463445+SpecialAro@users.noreply.github.com> Date: Thu, 16 Jun 2022 02:41:14 +0100 Subject: Remove Ferdi Server from available Servers List (#274) --- src/components/auth/Login.js | 20 +------------------- 1 file changed, 1 insertion(+), 19 deletions(-) (limited to 'src/components/auth/Login.js') diff --git a/src/components/auth/Login.js b/src/components/auth/Login.js index c6b26a21d..74b9fef47 100644 --- a/src/components/auth/Login.js +++ b/src/components/auth/Login.js @@ -4,7 +4,7 @@ import PropTypes from 'prop-types'; import { observer, inject } from 'mobx-react'; import { defineMessages, injectIntl } from 'react-intl'; -import { LIVE_FRANZ_API, LIVE_FERDI_API } from '../../config'; +import { LIVE_FRANZ_API } from '../../config'; import { API_VERSION } from '../../environment-remote'; import Form from '../../lib/Form'; import { required, email } from '../../helpers/validation-helpers'; @@ -155,24 +155,6 @@ class Login extends Component {

)} - {window['ferdium'].stores.settings.all.app.server !== - LIVE_FERDI_API && ( -

- {intl.formatMessage(messages.customServerQuestion)}{' '} - - {intl.formatMessage(messages.customServerSuggestion)} - -

- )} )} {isSubmitting ? ( -- cgit v1.2.3-54-g00ecf