Skip to content

Commit

Permalink
refactor: 🔥 remove deprecated props (isMobile, disableMobileRedirect)
Browse files Browse the repository at this point in the history
  • Loading branch information
greatSumini committed May 5, 2021
1 parent 555c5c2 commit d6897a2
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions src/types/params.ts
Original file line number Diff line number Diff line change
Expand Up @@ -112,14 +112,6 @@ export type FacebookLoginProps = Pick<InitParams, 'appId'> & {
* @default false */
autoLoad?: boolean;

/** if true, redirect to dialog instead using window.FB
* @default (detected via userAgent) @deprecated */
isMobile?: boolean;

/** if true, use window.FB.login in mobile agent
* @default false @deprecated */
disableMobileRedirect?: boolean;

/** if true, use redirect instead of window.FB.login
* @default false */
useRedirect?: boolean;
Expand Down

0 comments on commit d6897a2

Please sign in to comment.