From 3336789ba527e0421d0718834afdffd0f85c3b10 Mon Sep 17 00:00:00 2001 From: Vijay A Date: Thu, 5 Aug 2021 08:45:37 +0530 Subject: refactor: minor refactoring: solve name-clash of env vars vs vars in the program --- src/components/auth/Signup.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/components/auth') diff --git a/src/components/auth/Signup.js b/src/components/auth/Signup.js index 411b6697b..6fb41a164 100644 --- a/src/components/auth/Signup.js +++ b/src/components/auth/Signup.js @@ -4,7 +4,7 @@ import PropTypes from 'prop-types'; import { observer, inject } from 'mobx-react'; import { defineMessages, intlShape } from 'react-intl'; -import { isDevMode, termsBase, useLiveAPI } from '../../environment'; +import { isDevMode, useLiveAPI } from '../../environment'; import Form from '../../lib/Form'; import { required, email, minLength } from '../../helpers/validation-helpers'; import serverlessLogin from '../../helpers/serverless-helpers'; @@ -14,6 +14,7 @@ import Link from '../ui/Link'; import Infobox from '../ui/Infobox'; import { globalError as globalErrorPropType } from '../../prop-types'; +import { termsBase } from '../../api/apiBase'; const messages = defineMessages({ headline: { -- cgit v1.2.3-70-g09d2