From 8f3c2754d24ba6d3a26d388d363bb03d4d8e94bf Mon Sep 17 00:00:00 2001 From: Kekskurse Date: Tue, 24 Sep 2019 19:00:22 +0200 Subject: [PATCH] YoLo Love coding? here's the secret reason why --- .env.development | 2 +- package-lock.json | 5 ++ package.json | 1 + public/index.html | 2 + src/components/Login.vue | 21 +++++- src/router/index.js | 12 ++++ src/services/User.js | 12 +++- src/views/Invite.vue | 133 ++++++++++++++++++++++++++++++++++ src/views/Register.vue | 150 +++++++++++++++++++++++++++++++++++++++ 9 files changed, 332 insertions(+), 6 deletions(-) create mode 100644 src/views/Invite.vue create mode 100644 src/views/Register.vue 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 +