@tomei/sso 0.34.7 → 0.34.8

Sign up to get free protection for your applications and to get access to all the features.
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;