diff --git a/README.md b/README.md index 8bc8738c..f1677e32 100644 --- a/README.md +++ b/README.md @@ -251,7 +251,7 @@ function Login() { {state.error ?
{state.error.message}
: null} - {state.success ? ( + {state.resolved ? (
Congrats! You're signed in!
) : null}