@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
@@ -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;
|