@genesislcap/foundation-login 14.71.0 → 14.71.1-auth-mf.3

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.
@@ -79,7 +79,7 @@ export const defaultLoginConfig = {
79
79
  username: {
80
80
  label: 'Username',
81
81
  value: defaultUser,
82
- pattern: '^[a-zA-Z0-9.@_-]*$',
82
+ pattern: '^[a-zA-Z0-9.@_\\-]*$',
83
83
  title: 'Letters, numbers, and limited special characters @ _ - .',
84
84
  },
85
85
  email: {
@@ -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 (!this.idps.length || (this.idps.length === 1 && ((_a = this.idps[0]) === null || _a === void 0 ? void 0 : _a.id) === 'error')) {
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.71.0",
4
+ "version": "14.71.1-auth-mf.3",
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.71.0",
53
- "@genesislcap/genx": "14.71.0",
52
+ "@genesislcap/foundation-testing": "14.71.1-auth-mf.3",
53
+ "@genesislcap/genx": "14.71.1-auth-mf.3",
54
54
  "rimraf": "^3.0.2"
55
55
  },
56
56
  "dependencies": {
57
- "@genesislcap/foundation-comms": "14.71.0",
58
- "@genesislcap/foundation-ui": "14.71.0",
59
- "@genesislcap/foundation-utils": "14.71.0",
60
- "@genesislcap/foundation-zero": "14.71.0",
57
+ "@genesislcap/foundation-comms": "14.71.1-auth-mf.3",
58
+ "@genesislcap/foundation-ui": "14.71.1-auth-mf.3",
59
+ "@genesislcap/foundation-utils": "14.71.1-auth-mf.3",
60
+ "@genesislcap/foundation-zero": "14.71.1-auth-mf.3",
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": "15e16e7c799ca2dc2e10f32fee0eb2a060c05ca3"
77
+ "gitHead": "296c1f938cde171316a18ef026c24143ef1bf2d4"
78
78
  }