Skip to content

Commit

Permalink
feat(ios): change lognWithReadPermission to logIn.
Browse files Browse the repository at this point in the history
  • Loading branch information
rdlabo committed Jul 12, 2021
1 parent 528c518 commit 9ab43c8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ public void login(PluginCall call) {
return;
}

LoginManager.getInstance().logInWithReadPermissions(this.getActivity(), permissions);
LoginManager.getInstance().logIn(this.getActivity(), permissions);

saveCall(call);
}
Expand Down

0 comments on commit 9ab43c8

Please sign in to comment.