@tomei/sso 0.34.7 → 0.34.8

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tomei/sso",
3
- "version": "0.34.7",
3
+ "version": "0.34.8",
4
4
  "description": "Tomei SSO Package",
5
5
  "main": "dist/index.js",
6
6
  "scripts": {
@@ -261,6 +261,7 @@ export class User extends UserBase {
261
261
  this.UserName = userInfo.FullName;
262
262
  this.FullName = userInfo.FullName;
263
263
  this.IDNo = userInfo.IDNo;
264
+ this.IDType = userInfo.IDType;
264
265
  this.Email = userInfo.Email;
265
266
  this.ContactNo = userInfo.ContactNo;
266
267
  this.Password = userInfo.Password;