@@ -19,6 +19,7 @@ backend/config/default.json
# Front End
frontend/node_modules
frontend/dist
+frontend/config/default.js
npm
@@ -20,7 +20,7 @@ export default class Register extends Component {
username: true,
password: true,
},
- errors: []
+ errors: [],
};
this.register = this.register.bind(this);
@@ -1,10 +0,0 @@
-export default {
- "recaptcha": {
- "key": "6LdNCQcUAAAAANj_w5leQSrxnAmDp2ioh4alkUHg",
- },
- "serverDomain": "http://localhost:8080",
- "cookie": {
- "domain": "localhost",
- "secure": false,
-};