-
-
- { _t('Set a display name:') }
-
- { _t('Upload an avatar:') }
-
-
- { this.state.errorString }
-
+
+
+ { _t('Set a display name:') }
+
+ { _t('Upload an avatar:') }
+
+
+ { this.state.errorString }
);
diff --git a/src/components/structures/auth/Registration.js b/src/components/structures/auth/Registration.js
index bd5a3a3fda..39f7964281 100644
--- a/src/components/structures/auth/Registration.js
+++ b/src/components/structures/auth/Registration.js
@@ -475,20 +475,18 @@ module.exports = React.createClass({
return (
-
-
- { header }
- { registerBody }
- { signIn }
- { errorText }
-
-
-
+
+ { header }
+ { registerBody }
+ { signIn }
+ { errorText }
+
+
);
},
diff --git a/src/components/views/auth/AuthPage.js b/src/components/views/auth/AuthPage.js
index 09540885c6..d5f82f7264 100644
--- a/src/components/views/auth/AuthPage.js
+++ b/src/components/views/auth/AuthPage.js
@@ -25,7 +25,9 @@ module.exports = React.createClass({
render: function() {
return (
- { this.props.children }
+
+ { this.props.children }
+
);
},