Skip to content

Commit 2a50eed

Browse files
abhishekBansalsamtstern
authored andcommitted
Minor Typo Fix (#1399)
1 parent add640d commit 2a50eed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

auth/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -714,7 +714,7 @@ protected void onActivityResult(int requestCode, int resultCode, Intent data) {
714714
// Get the non-anoymous credential from the response
715715
AuthCredential nonAnonymousCredential = response.getCredentialForLinking();
716716
// Sign in with credential
717-
FirebaseAuth.getInstance().signInWithCredential(nonAnonymousCredential);
717+
FirebaseAuth.getInstance().signInWithCredential(nonAnonymousCredential)
718718
.addOnSuccessListener(new OnSuccessListener<AuthResult>() {
719719
@Override
720720
public void onSuccess(AuthResult result) {

0 commit comments

Comments
 (0)