mirror of
https://github.com/wassname/talk.git
synced 2026-06-29 19:17:51 +08:00
4 lines
120 B
JavaScript
4 lines
120 B
JavaScript
export const loginWithFacebook = () => (dispatch, _, { rest }) => {
|
|
window.location = `${rest.uri}/auth/facebook`;
|
|
};
|