Skip to content

Commit

Permalink
fix(idx): add missing profile type - OKTA-502429
Browse files Browse the repository at this point in the history
OKTA-509725
<<<Jenkins Check-In of Tested SHA: 2c86d40 for [email protected]>>>
Artifact: okta-auth-js
Files changed count: 10
PR Link: #1245
  • Loading branch information
shuowu authored and eng-prod-CI-bot-okta committed Jun 28, 2022
1 parent 4bb49a6 commit 32ab8b3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/idx/types/idx-js.ts
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@ export interface IdxAuthenticator {
};
credentialId?: string;
enrollmentId?: string;
profile?: Record<string, unknown>;
}

export interface IdxForm {
Expand Down

0 comments on commit 32ab8b3

Please sign in to comment.