fix npm run build
This commit is contained in:
+17
@@ -0,0 +1,17 @@
|
||||
"use strict";
|
||||
Object.defineProperty(exports, "__esModule", { value: true });
|
||||
exports.IdentityData = void 0;
|
||||
class IdentityData {
|
||||
sub;
|
||||
preferred_username;
|
||||
email;
|
||||
claims;
|
||||
constructor(sub, preferred_username, email, claims) {
|
||||
this.sub = sub;
|
||||
this.preferred_username = preferred_username;
|
||||
this.email = email;
|
||||
this.claims = claims;
|
||||
}
|
||||
}
|
||||
exports.IdentityData = IdentityData;
|
||||
//# sourceMappingURL=identity-data.js.map
|
||||
Reference in New Issue
Block a user