mirror of
https://github.com/wassname/talk.git
synced 2026-06-30 23:29:51 +08:00
6 lines
180 B
JavaScript
6 lines
180 B
JavaScript
import { handlePopupAuth } from 'plugin-api/beta/client/utils';
|
|
|
|
export const loginWithGoogle = () => (dispatch, _, { rest }) => {
|
|
handlePopupAuth(`${rest.uri}/auth/google`);
|
|
};
|