KrisVos130 7 rokov pred
rodič
commit
0446053d3b

+ 1 - 0
.gitignore

@@ -19,6 +19,7 @@ backend/config/default.json
 # Front End
 frontend/node_modules
 frontend/dist
+frontend/config/default.js
 
 npm
 

+ 1 - 1
frontend/app/js/views/Auth/Register.jsx

@@ -20,7 +20,7 @@ export default class Register extends Component {
 				username: true,
 				password: true,
 			},
-			errors: []
+			errors: [],
 		};
 
 		this.register = this.register.bind(this);

+ 0 - 10
frontend/config/default.js

@@ -1,10 +0,0 @@
-export default {
-	"recaptcha": {
-		"key": "6LdNCQcUAAAAANj_w5leQSrxnAmDp2ioh4alkUHg",
-	},
-	"serverDomain": "http://localhost:8080",
-	"cookie": {
-		"domain": "localhost",
-		"secure": false,
-	},
-};