Skip to content

Commit ec8758a

Browse files
authored
Merge pull request #402 from SUPERCILEX/patch-1
Fix typo in README.md
2 parents e9bc35c + 94ca7c7 commit ec8758a

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
@@ -253,7 +253,7 @@ protected void onActivityResult(int requestCode, int resultCode, Intent data) {
253253
if (resultCode == RESULT_OK) {
254254
IdpResponse idpResponse = IdpResponse.fromResultIntent(data);
255255
startActivity(new Intent(this, WelcomeBackActivity.class)
256-
.putExtra("my_token". idpResponse.getIdpToken()));
256+
.putExtra("my_token", idpResponse.getIdpToken()));
257257
}
258258
}
259259
```

0 commit comments

Comments
 (0)