mirror of
https://github.com/wassname/talk.git
synced 2026-08-20 12:50:41 +08:00
Upgraded/pruned deps, applied linting fixes
This commit is contained in:
@@ -97,6 +97,9 @@ class SignInContainer extends React.Component {
|
||||
// allow success UI to be shown for a second, and then close the modal
|
||||
this.props.hideSignInDialog();
|
||||
}, 2500);
|
||||
})
|
||||
.catch((err) => {
|
||||
console.error(err);
|
||||
});
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user