mirror of
https://github.com/wassname/talk.git
synced 2026-07-05 02:00:39 +08:00
Merge pull request #294 from coralproject/wrong-error-proptype
fix a warning in the console when you're signed out
This commit is contained in:
@@ -97,7 +97,7 @@ const SignInContent = ({
|
||||
SignInContent.propTypes = {
|
||||
auth: PropTypes.shape({
|
||||
isLoading: PropTypes.bool.isRequired,
|
||||
error: PropTypes.object,
|
||||
error: PropTypes.string,
|
||||
emailVerificationFailure: PropTypes.bool
|
||||
}).isRequired,
|
||||
fetchSignInFacebook: PropTypes.func.isRequired,
|
||||
|
||||
Reference in New Issue
Block a user