Skip to content

Commit

Permalink
docs: update README
Browse files Browse the repository at this point in the history
  • Loading branch information
adar2378 committed Sep 22, 2023
1 parent 7f4e2f6 commit 0928631
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/djangoflow_auth/djangoflow_auth/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ Let's say we are going to login via google, inside your app, initiate social log
// Authenticate with Google
final result =
await authCubit.authenticateWithSocialProvider<
await authCubit.requestTokenFromSocialProvider<
GoogleSignInAccount>(
socialLogin.type,
);
Expand Down

0 comments on commit 0928631

Please sign in to comment.