@genesislcap/foundation-login 14.70.8 → 14.71.1
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.
|
@@ -114,7 +114,7 @@ let LoginForm = class LoginForm extends BaseRoute {
|
|
|
114
114
|
var _a, _b, _c;
|
|
115
115
|
logger.debug('fetched IDPs', idps);
|
|
116
116
|
// it no longer throws, check for 'error' manually
|
|
117
|
-
if (!
|
|
117
|
+
if (!idps.length || (idps.length === 1 && ((_a = idps[0]) === null || _a === void 0 ? void 0 : _a.id) === 'error')) {
|
|
118
118
|
this.setError('Failed to fetch identity providers.');
|
|
119
119
|
}
|
|
120
120
|
else {
|
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.
|
|
4
|
+
"version": "14.71.1",
|
|
5
5
|
"license": "SEE LICENSE IN license.txt",
|
|
6
6
|
"main": "dist/esm/index.js",
|
|
7
7
|
"types": "dist/foundation-login.d.ts",
|
|
@@ -49,15 +49,15 @@
|
|
|
49
49
|
"test:debug": "genx test --debug"
|
|
50
50
|
},
|
|
51
51
|
"devDependencies": {
|
|
52
|
-
"@genesislcap/foundation-testing": "14.
|
|
53
|
-
"@genesislcap/genx": "14.
|
|
52
|
+
"@genesislcap/foundation-testing": "14.71.1",
|
|
53
|
+
"@genesislcap/genx": "14.71.1",
|
|
54
54
|
"rimraf": "^3.0.2"
|
|
55
55
|
},
|
|
56
56
|
"dependencies": {
|
|
57
|
-
"@genesislcap/foundation-comms": "14.
|
|
58
|
-
"@genesislcap/foundation-ui": "14.
|
|
59
|
-
"@genesislcap/foundation-utils": "14.
|
|
60
|
-
"@genesislcap/foundation-zero": "14.
|
|
57
|
+
"@genesislcap/foundation-comms": "14.71.1",
|
|
58
|
+
"@genesislcap/foundation-ui": "14.71.1",
|
|
59
|
+
"@genesislcap/foundation-utils": "14.71.1",
|
|
60
|
+
"@genesislcap/foundation-zero": "14.71.1",
|
|
61
61
|
"@microsoft/fast-components": "^2.21.3",
|
|
62
62
|
"@microsoft/fast-element": "^1.7.0",
|
|
63
63
|
"@microsoft/fast-foundation": "^2.33.2",
|
|
@@ -74,5 +74,5 @@
|
|
|
74
74
|
"access": "public"
|
|
75
75
|
},
|
|
76
76
|
"customElements": "dist/custom-elements.json",
|
|
77
|
-
"gitHead": "
|
|
77
|
+
"gitHead": "d8ecf85b30d0e64365138b9db1a3720537326566"
|
|
78
78
|
}
|