Finished functionally complete client registration workflow
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
import {
|
||||
SEND_REGISTER_REQUEST
|
||||
} from "../../constants/auth.constants";
|
||||
|
||||
export function sendRegisterRequest(postbody) {
|
||||
return {
|
||||
type: SEND_REGISTER_REQUEST,
|
||||
data: postbody
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user