@genesislcap/foundation-login 14.154.1 → 14.154.2
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.
|
@@ -206,8 +206,8 @@ let LoginForm = class LoginForm extends BaseRoute {
|
|
|
206
206
|
}
|
|
207
207
|
if (err.hasMFAError()) {
|
|
208
208
|
this.storeCredentials();
|
|
209
|
-
this.session.
|
|
210
|
-
this.session.
|
|
209
|
+
this.session.setLocalStorageItem('refreshToken', err.received.REFRESH_AUTH_TOKEN);
|
|
210
|
+
this.session.setLocalStorageItem('username', this.username);
|
|
211
211
|
this.setError('Please check your inbox for your login link.');
|
|
212
212
|
return;
|
|
213
213
|
}
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@genesislcap/foundation-login",
|
|
3
3
|
"description": "Genesis Foundation Login",
|
|
4
|
-
"version": "14.154.
|
|
4
|
+
"version": "14.154.2",
|
|
5
5
|
"license": "SEE LICENSE IN license.txt",
|
|
6
6
|
"main": "dist/esm/index.js",
|
|
7
7
|
"types": "dist/foundation-login.d.ts",
|
|
@@ -59,21 +59,21 @@
|
|
|
59
59
|
"test:debug": "genx test --debug"
|
|
60
60
|
},
|
|
61
61
|
"devDependencies": {
|
|
62
|
-
"@genesislcap/foundation-testing": "14.154.
|
|
63
|
-
"@genesislcap/genx": "14.154.
|
|
64
|
-
"@genesislcap/rollup-builder": "14.154.
|
|
65
|
-
"@genesislcap/ts-builder": "14.154.
|
|
66
|
-
"@genesislcap/uvu-playwright-builder": "14.154.
|
|
67
|
-
"@genesislcap/vite-builder": "14.154.
|
|
68
|
-
"@genesislcap/webpack-builder": "14.154.
|
|
62
|
+
"@genesislcap/foundation-testing": "14.154.2",
|
|
63
|
+
"@genesislcap/genx": "14.154.2",
|
|
64
|
+
"@genesislcap/rollup-builder": "14.154.2",
|
|
65
|
+
"@genesislcap/ts-builder": "14.154.2",
|
|
66
|
+
"@genesislcap/uvu-playwright-builder": "14.154.2",
|
|
67
|
+
"@genesislcap/vite-builder": "14.154.2",
|
|
68
|
+
"@genesislcap/webpack-builder": "14.154.2",
|
|
69
69
|
"rimraf": "^3.0.2"
|
|
70
70
|
},
|
|
71
71
|
"dependencies": {
|
|
72
|
-
"@genesislcap/foundation-comms": "14.154.
|
|
73
|
-
"@genesislcap/foundation-logger": "14.154.
|
|
74
|
-
"@genesislcap/foundation-ui": "14.154.
|
|
75
|
-
"@genesislcap/foundation-utils": "14.154.
|
|
76
|
-
"@genesislcap/foundation-zero": "14.154.
|
|
72
|
+
"@genesislcap/foundation-comms": "14.154.2",
|
|
73
|
+
"@genesislcap/foundation-logger": "14.154.2",
|
|
74
|
+
"@genesislcap/foundation-ui": "14.154.2",
|
|
75
|
+
"@genesislcap/foundation-utils": "14.154.2",
|
|
76
|
+
"@genesislcap/foundation-zero": "14.154.2",
|
|
77
77
|
"@microsoft/fast-components": "^2.30.6",
|
|
78
78
|
"@microsoft/fast-element": "^1.12.0",
|
|
79
79
|
"@microsoft/fast-foundation": "^2.49.4",
|
|
@@ -90,5 +90,5 @@
|
|
|
90
90
|
"access": "public"
|
|
91
91
|
},
|
|
92
92
|
"customElements": "dist/custom-elements.json",
|
|
93
|
-
"gitHead": "
|
|
93
|
+
"gitHead": "8edecc34aa3955fd8937a3527d653ca19743c1b4"
|
|
94
94
|
}
|