From 56af898ac599c277a9f2d9490dd46850a33bcc7e Mon Sep 17 00:00:00 2001 From: Jahanzaib Ali Date: Sun, 14 Feb 2021 03:58:20 +0500 Subject: [PATCH] Error Typo In ReadMe --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 59b52a99..caf61a82 100644 --- a/README.md +++ b/README.md @@ -179,7 +179,7 @@ export default class Login extends Component { onLoginFinished={ (error, result) => { if (error) { - console.log("login has error: " + result.error); + console.log("login has error: " + error); } else if (result.isCancelled) { console.log("login is cancelled."); } else {