Skip to content

Commit 94ca7c7

Browse files
authored
Update README.md
1 parent e9bc35c commit 94ca7c7

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)