mirror of
https://github.com/wassname/talk.git
synced 2026-08-15 12:55:10 +08:00
Thanks git-godesses for the log on finding a bad remove when merging.
This commit is contained in:
@@ -91,6 +91,7 @@ export const facebookCallback = (err, data) => dispatch => {
|
||||
const user = JSON.parse(data);
|
||||
dispatch(signInFacebookSuccess(user));
|
||||
dispatch(hideSignInDialog());
|
||||
dispatch(showCreateDisplayNameDialog());
|
||||
} catch (err) {
|
||||
dispatch(signInFacebookFailure(err));
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user