aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/auth/Signup.js
diff options
context:
space:
mode:
authorLibravatar kytwb <kytwb@pm.me>2021-12-13 00:22:11 +0100
committerLibravatar kytwb <kytwb@pm.me>2021-12-13 00:22:11 +0100
commitfbf80d803bb37f778677a5da4022c3ddbfabaaee (patch)
tree413584595ebe6f99eca768a7b4fd171fa5984cc9 /src/components/auth/Signup.js
parent#2319 Fix height of icons displayed on Welcome screen (diff)
downloadferdium-app-fbf80d803bb37f778677a5da4022c3ddbfabaaee.tar.gz
ferdium-app-fbf80d803bb37f778677a5da4022c3ddbfabaaee.tar.zst
ferdium-app-fbf80d803bb37f778677a5da4022c3ddbfabaaee.zip
Remove irrelevant dev mode warnings
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')} />