mirror of
https://github.com/wassname/talk.git
synced 2026-07-05 14:27:59 +08:00
6 lines
184 B
JavaScript
6 lines
184 B
JavaScript
import { handlePopupAuth } from 'plugin-api/beta/client/utils';
|
|
|
|
export const loginWithFacebook = () => (dispatch, _, { rest }) => {
|
|
handlePopupAuth(`${rest.uri}/auth/facebook`);
|
|
};
|