mirror of
https://github.com/wassname/talk.git
synced 2026-06-29 22:18:15 +08:00
4 lines
116 B
JavaScript
4 lines
116 B
JavaScript
export const loginWithGoogle = () => (dispatch, _, { rest }) => {
|
|
window.location = `${rest.uri}/auth/google`;
|
|
};
|