Skip to content

Commit

Permalink
Merge pull request #264 from torusresearch/feat/add-node-indexes
Browse files Browse the repository at this point in the history
add  session data types
  • Loading branch information
chaitanyapotti authored Oct 13, 2023
2 parents af7691a + 7f8b0b2 commit 8f87a55
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/openlogin-utils/src/interfaces.ts
Original file line number Diff line number Diff line change
Expand Up @@ -512,6 +512,7 @@ export interface OpenloginSessionData {
tssPubKey?: string;
tssShare?: string;
tssNonce?: number;
nodeIndexes?: number[];
}

export const MFA_FACTOR = {
Expand Down

0 comments on commit 8f87a55

Please sign in to comment.