mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-17 05:10:31 +00:00
feat: Fix axios interceptors.
This commit is contained in:
@@ -26,6 +26,12 @@ export function login({ form }) {
|
||||
});
|
||||
}
|
||||
|
||||
export const logout = () => {
|
||||
return dispatch => dispatch({
|
||||
type: t.LOGOUT,
|
||||
});
|
||||
};
|
||||
|
||||
export const register = ({ form }) => {
|
||||
return (dispatch) => {
|
||||
return new Promise((resolve, reject) => {
|
||||
|
||||
Reference in New Issue
Block a user