Skip to content

Commit

Permalink
remove authToken from user info
Browse files Browse the repository at this point in the history
  • Loading branch information
arch1995 committed Aug 23, 2023
1 parent d1a4e80 commit f04f731
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/openlogin-utils/src/interfaces.ts
Original file line number Diff line number Diff line change
Expand Up @@ -457,7 +457,6 @@ export type OpenloginUserInfo = {
appState?: string;
touchIDPreference?: string;
isMfaEnabled?: boolean;
authToken?: string;
};

export type KeyMode = "v1" | "1/1" | "2/n";
Expand Down

0 comments on commit f04f731

Please sign in to comment.