@live-change/security-frontend 0.9.31 → 0.9.33
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/Secured.vue +9 -9
- package/package.json +16 -16
package/front/src/Secured.vue
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
<template>
|
|
2
2
|
<slot v-if="blockActive" name="blocked" :block="block">
|
|
3
|
-
<div class="flex
|
|
4
|
-
<i class="pi pi-times-circle text-pink-900 text-2xl mr-
|
|
5
|
-
<div class="mr-
|
|
6
|
-
<div class="text-pink-900 font-medium text-xl mb-
|
|
3
|
+
<div class="flex items-start p-6 bg-pink-100 rounded-border border border-pink-300 mb-6">
|
|
4
|
+
<i class="pi pi-times-circle text-pink-900 text-2xl mr-4" />
|
|
5
|
+
<div class="mr-4">
|
|
6
|
+
<div class="text-pink-900 font-medium text-xl mb-4 leading-none">Action Blocked</div>
|
|
7
7
|
<p class="m-0 p-0 text-pink-700">
|
|
8
8
|
Your safety is important for us, which is why we block suspicious activities.<br />
|
|
9
9
|
Please try again in:
|
|
@@ -15,11 +15,11 @@
|
|
|
15
15
|
</div>
|
|
16
16
|
</slot>
|
|
17
17
|
<slot v-if="!blockActive && counterActive" name="counter" :counter="counter">
|
|
18
|
-
<div class="flex
|
|
19
|
-
<i class="pi pi-check-circle text-yellow-900 text-2xl mr-
|
|
20
|
-
<div class="mr-
|
|
21
|
-
<div class="text-yellow-900 font-medium text-xl mb-2
|
|
22
|
-
<p class="m-0 p-0 text-yellow-700
|
|
18
|
+
<div class="flex items-start p-6 bg-yellow-100 rounded-border border border-yellow-300 mb-6">
|
|
19
|
+
<i class="pi pi-check-circle text-yellow-900 text-2xl mr-4"></i>
|
|
20
|
+
<div class="mr-4">
|
|
21
|
+
<div class="text-yellow-900 font-medium text-xl mb-2 leading-none">Attention</div>
|
|
22
|
+
<p class="m-0 p-0 text-yellow-700 leading-normal">
|
|
23
23
|
You have
|
|
24
24
|
<strong v-if="counter.remaining > 1">{{ counter.remaining }} more tries.</strong>
|
|
25
25
|
<strong v-else>one more try.</strong>
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@live-change/security-frontend",
|
|
3
|
-
"version": "0.9.
|
|
3
|
+
"version": "0.9.33",
|
|
4
4
|
"scripts": {
|
|
5
5
|
"memDev": "node server/start.js memDev --enableSessions --initScript ./init.js",
|
|
6
6
|
"localDevInit": "rm tmp.db; lcli localDev --enableSessions --initScript ./init.js",
|
|
@@ -21,18 +21,18 @@
|
|
|
21
21
|
},
|
|
22
22
|
"type": "module",
|
|
23
23
|
"dependencies": {
|
|
24
|
-
"@live-change/cli": "^0.9.
|
|
25
|
-
"@live-change/dao": "^0.9.
|
|
26
|
-
"@live-change/dao-vue3": "^0.9.
|
|
27
|
-
"@live-change/dao-websocket": "^0.9.
|
|
28
|
-
"@live-change/framework": "^0.9.
|
|
29
|
-
"@live-change/message-authentication-service": "^0.9.
|
|
30
|
-
"@live-change/secret-code-service": "^0.9.
|
|
31
|
-
"@live-change/secret-link-service": "^0.9.
|
|
32
|
-
"@live-change/session-service": "^0.9.
|
|
33
|
-
"@live-change/user-service": "^0.9.
|
|
34
|
-
"@live-change/vue3-components": "^0.9.
|
|
35
|
-
"@live-change/vue3-ssr": "^0.9.
|
|
24
|
+
"@live-change/cli": "^0.9.33",
|
|
25
|
+
"@live-change/dao": "^0.9.33",
|
|
26
|
+
"@live-change/dao-vue3": "^0.9.33",
|
|
27
|
+
"@live-change/dao-websocket": "^0.9.33",
|
|
28
|
+
"@live-change/framework": "^0.9.33",
|
|
29
|
+
"@live-change/message-authentication-service": "^0.9.33",
|
|
30
|
+
"@live-change/secret-code-service": "^0.9.33",
|
|
31
|
+
"@live-change/secret-link-service": "^0.9.33",
|
|
32
|
+
"@live-change/session-service": "^0.9.33",
|
|
33
|
+
"@live-change/user-service": "^0.9.33",
|
|
34
|
+
"@live-change/vue3-components": "^0.9.33",
|
|
35
|
+
"@live-change/vue3-ssr": "^0.9.33",
|
|
36
36
|
"@vueuse/core": "^12.3.0",
|
|
37
37
|
"codeceptjs-assert": "^0.0.5",
|
|
38
38
|
"compression": "^1.7.5",
|
|
@@ -41,7 +41,7 @@
|
|
|
41
41
|
"luxon": "2.3.0",
|
|
42
42
|
"primeflex": "^3.3.1",
|
|
43
43
|
"primeicons": "^7.0.0",
|
|
44
|
-
"primevue": "^
|
|
44
|
+
"primevue": "^4.2.5",
|
|
45
45
|
"rollup-plugin-node-builtins": "^2.1.2",
|
|
46
46
|
"rollup-plugin-visualizer": "5.14.0",
|
|
47
47
|
"serialize-javascript": "^6.0.2",
|
|
@@ -51,7 +51,7 @@
|
|
|
51
51
|
"vue3-scroll-border": "0.1.6"
|
|
52
52
|
},
|
|
53
53
|
"devDependencies": {
|
|
54
|
-
"@live-change/codeceptjs-helper": "^0.9.
|
|
54
|
+
"@live-change/codeceptjs-helper": "^0.9.33",
|
|
55
55
|
"@wdio/selenium-standalone-service": "^8.15.0",
|
|
56
56
|
"codeceptjs": "^3.6.10",
|
|
57
57
|
"generate-password": "1.7.1",
|
|
@@ -63,5 +63,5 @@
|
|
|
63
63
|
"author": "Michał Łaszczewski <michal@laszczewski.pl>",
|
|
64
64
|
"license": "BSD-3-Clause",
|
|
65
65
|
"description": "",
|
|
66
|
-
"gitHead": "
|
|
66
|
+
"gitHead": "c6eaa7764dc12b9489b74386b1227b71d0640e09"
|
|
67
67
|
}
|