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