Files
talk/plugins/talk-plugin-google-auth/client/actions.js
T
2018-02-27 15:14:17 -07:00

4 lines
116 B
JavaScript

export const loginWithGoogle = () => (dispatch, _, { rest }) => {
window.location = `${rest.uri}/auth/google`;
};