diff --git a/.env.development b/.env.development index a018793e..4f533623 100644 --- a/.env.development +++ b/.env.development @@ -1 +1 @@ -VUE_APP_API_URL=http://localhost:8000 +VUE_APP_API_URL=http://localhost:8000/ diff --git a/package-lock.json b/package-lock.json index b33bc35b..9d914c5d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12074,6 +12074,11 @@ } } }, + "vue-recaptcha": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/vue-recaptcha/-/vue-recaptcha-1.2.0.tgz", + "integrity": "sha512-zgt8bAmlHbLT2XY0diwA/UgGcbp1cOYXJ8za17WM1zlOC8EiO0mpGvYzXaR1aeU0gaiv1qLO6GOUwQVVAjgwMw==" + }, "vue-router": { "version": "3.1.2", "resolved": "https://registry.npmjs.org/vue-router/-/vue-router-3.1.2.tgz", diff --git a/package.json b/package.json index 671b8338..10a66349 100644 --- a/package.json +++ b/package.json @@ -12,6 +12,7 @@ "core-js": "^2.6.9", "vue": "^2.6.10", "vue-image-crop-upload": "^2.5.0", + "vue-recaptcha": "^1.2.0", "vue-router": "^3.1.2", "vuetify": "^2.0.5", "vuex": "^3.1.1" diff --git a/public/index.html b/public/index.html index 635531a5..39630aa9 100644 --- a/public/index.html +++ b/public/index.html @@ -8,6 +8,8 @@ keksaccountgui +