Skip to content

Commit

Permalink
remove mobileorigin
Browse files Browse the repository at this point in the history
  • Loading branch information
chaitanyapotti committed Oct 5, 2023
1 parent b46f4ee commit 831de48
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions packages/openlogin-utils/src/interfaces.ts
Original file line number Diff line number Diff line change
Expand Up @@ -209,13 +209,6 @@ export type LoginParams = BaseRedirectParams & {
* @defaultValue secp256k1
*/
curve?: SUPPORTED_KEY_CURVES_TYPE;

/**
* This field is used by native apps.
* For web applications, use redirectUrl instead.
* @internal
*/
mobileOrigin?: string;
};

export type SocialMfaModParams = {
Expand Down

0 comments on commit 831de48

Please sign in to comment.