Files
talk/plugins/talk-plugin-google-auth/client/actions.js
T
2018-02-22 14:22:58 -07:00

4 lines
116 B
JavaScript

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