@live-change/user-frontend 0.8.108 → 0.8.109
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/front/src/sign/SignUpEmail.vue +6 -1
- package/package.json +26 -26
|
@@ -25,7 +25,6 @@
|
|
|
25
25
|
</div>
|
|
26
26
|
|
|
27
27
|
<Button label="Sign Up with email" icon="pi pi-user" class="w-full" type="submit" />
|
|
28
|
-
|
|
29
28
|
</command-form>
|
|
30
29
|
|
|
31
30
|
<Divider align="center" class="my-4">
|
|
@@ -41,6 +40,12 @@
|
|
|
41
40
|
/>
|
|
42
41
|
</router-link>
|
|
43
42
|
|
|
43
|
+
<div class="mt-3">
|
|
44
|
+
By providing your email address or google account, you consent to its processing solely
|
|
45
|
+
for registration and account verification purposes, in accordance with our
|
|
46
|
+
<router-link to="/privacy-policy">Privacy Policy</router-link>.
|
|
47
|
+
</div>
|
|
48
|
+
|
|
44
49
|
</div>
|
|
45
50
|
</div>
|
|
46
51
|
</template>
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@live-change/user-frontend",
|
|
3
|
-
"version": "0.8.
|
|
3
|
+
"version": "0.8.109",
|
|
4
4
|
"scripts": {
|
|
5
5
|
"memDev": "node --inspect --expose-gc server/start.js memDev --enableSessions --initScript ./init.js --dbAccess",
|
|
6
6
|
"localDevInit": "rm tmp.db; node server/start.js localDev --enableSessions --initScript ./init.js",
|
|
@@ -22,29 +22,29 @@
|
|
|
22
22
|
},
|
|
23
23
|
"type": "module",
|
|
24
24
|
"dependencies": {
|
|
25
|
-
"@live-change/cli": "^0.8.
|
|
26
|
-
"@live-change/dao": "^0.8.
|
|
27
|
-
"@live-change/dao-vue3": "^0.8.
|
|
28
|
-
"@live-change/dao-websocket": "^0.8.
|
|
29
|
-
"@live-change/email-service": "^0.8.
|
|
30
|
-
"@live-change/framework": "^0.8.
|
|
31
|
-
"@live-change/identicon-service": "^0.8.
|
|
32
|
-
"@live-change/image-frontend": "^0.8.
|
|
33
|
-
"@live-change/message-authentication-service": "^0.8.
|
|
34
|
-
"@live-change/notification-service": "^0.8.
|
|
35
|
-
"@live-change/password-authentication-service": "^0.8.
|
|
36
|
-
"@live-change/pattern": "^0.8.
|
|
37
|
-
"@live-change/secret-code-service": "^0.8.
|
|
38
|
-
"@live-change/secret-link-service": "^0.8.
|
|
39
|
-
"@live-change/security-frontend": "^0.8.
|
|
40
|
-
"@live-change/security-service": "^0.8.
|
|
41
|
-
"@live-change/session-service": "^0.8.
|
|
42
|
-
"@live-change/timer-service": "^0.8.
|
|
43
|
-
"@live-change/upload-service": "^0.8.
|
|
44
|
-
"@live-change/user-identification-service": "^0.8.
|
|
45
|
-
"@live-change/user-service": "^0.8.
|
|
46
|
-
"@live-change/vue3-components": "^0.8.
|
|
47
|
-
"@live-change/vue3-ssr": "^0.8.
|
|
25
|
+
"@live-change/cli": "^0.8.109",
|
|
26
|
+
"@live-change/dao": "^0.8.109",
|
|
27
|
+
"@live-change/dao-vue3": "^0.8.109",
|
|
28
|
+
"@live-change/dao-websocket": "^0.8.109",
|
|
29
|
+
"@live-change/email-service": "^0.8.109",
|
|
30
|
+
"@live-change/framework": "^0.8.109",
|
|
31
|
+
"@live-change/identicon-service": "^0.8.109",
|
|
32
|
+
"@live-change/image-frontend": "^0.8.109",
|
|
33
|
+
"@live-change/message-authentication-service": "^0.8.109",
|
|
34
|
+
"@live-change/notification-service": "^0.8.109",
|
|
35
|
+
"@live-change/password-authentication-service": "^0.8.109",
|
|
36
|
+
"@live-change/pattern": "^0.8.109",
|
|
37
|
+
"@live-change/secret-code-service": "^0.8.109",
|
|
38
|
+
"@live-change/secret-link-service": "^0.8.109",
|
|
39
|
+
"@live-change/security-frontend": "^0.8.109",
|
|
40
|
+
"@live-change/security-service": "^0.8.109",
|
|
41
|
+
"@live-change/session-service": "^0.8.109",
|
|
42
|
+
"@live-change/timer-service": "^0.8.109",
|
|
43
|
+
"@live-change/upload-service": "^0.8.109",
|
|
44
|
+
"@live-change/user-identification-service": "^0.8.109",
|
|
45
|
+
"@live-change/user-service": "^0.8.109",
|
|
46
|
+
"@live-change/vue3-components": "^0.8.109",
|
|
47
|
+
"@live-change/vue3-ssr": "^0.8.109",
|
|
48
48
|
"@vueuse/core": "^10.11.0",
|
|
49
49
|
"codeceptjs-assert": "^0.0.5",
|
|
50
50
|
"codeceptjs-video-helper": "0.1.3",
|
|
@@ -65,7 +65,7 @@
|
|
|
65
65
|
"wtfnode": "^0.9.1"
|
|
66
66
|
},
|
|
67
67
|
"devDependencies": {
|
|
68
|
-
"@live-change/codeceptjs-helper": "^0.8.
|
|
68
|
+
"@live-change/codeceptjs-helper": "^0.8.109",
|
|
69
69
|
"codeceptjs": "^3.6.5",
|
|
70
70
|
"generate-password": "1.7.1",
|
|
71
71
|
"playwright": "^1.41.2",
|
|
@@ -76,5 +76,5 @@
|
|
|
76
76
|
"author": "Michał Łaszczewski <michal@laszczewski.pl>",
|
|
77
77
|
"license": "BSD-3-Clause",
|
|
78
78
|
"description": "",
|
|
79
|
-
"gitHead": "
|
|
79
|
+
"gitHead": "075bf3759fae6c40fb8e44d77d9f12c5c175e098"
|
|
80
80
|
}
|