mirror of
https://github.com/wassname/talk.git
synced 2026-08-01 13:00:55 +08:00
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