aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/auth/Signup.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/auth/Signup.js')
-rw-r--r--src/components/auth/Signup.js6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/components/auth/Signup.js b/src/components/auth/Signup.js
index ac86dcdc3..5f879fb01 100644
--- a/src/components/auth/Signup.js
+++ b/src/components/auth/Signup.js
@@ -142,12 +142,6 @@ class Signup extends Component {
142 > 142 >
143 <img src="./assets/images/logo.svg" className="auth__logo" alt="" /> 143 <img src="./assets/images/logo.svg" className="auth__logo" alt="" />
144 <h1>{intl.formatMessage(messages.headline)}</h1> 144 <h1>{intl.formatMessage(messages.headline)}</h1>
145 {isDevMode && !useLiveAPI && (
146 <Infobox type="warning">
147 In Dev Mode your data is not persistent. Please use the live app
148 for accesing the production API.
149 </Infobox>
150 )}
151 <div className="grid__row"> 145 <div className="grid__row">
152 <Input field={form.$('firstname')} focus /> 146 <Input field={form.$('firstname')} focus />
153 <Input field={form.$('lastname')} /> 147 <Input field={form.$('lastname')} />