diff -r f98efa1bddd1 -r 7da1d5137b0b client/src/components/Register.js --- a/client/src/components/Register.js Thu Oct 11 11:05:04 2018 +0200 +++ b/client/src/components/Register.js Tue Nov 06 16:19:26 2018 +0100 @@ -52,22 +52,22 @@
- { this.username = ref; }}*/ /> + { this.username = ref; }}*/ /> {/* { this.renderErrorMessage(errorMessages, 'username') } */}
- { this.email = ref; }}*/ /> + { this.email = ref; }}*/ /> {/* { this.renderErrorMessage(errorMessages, 'email') } */}
- { this.password1 = ref; }}*/ /> + { this.password1 = ref; }}*/ /> {/* { this.renderErrorMessage(errorMessages, 'password1') } */}
- { this.password2 = ref; }}*/ /> + { this.password2 = ref; }}*/ /> {/* { this.renderErrorMessage(errorMessages, 'password2') } */}