Skip to content

Instantly share code, notes, and snippets.

@LukeSmetham
Created September 23, 2019 13:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 2 You must be signed in to fork a gist
  • Save LukeSmetham/2df473329a11f37477f0e68ab7c133f4 to your computer and use it in GitHub Desktop.
Save LukeSmetham/2df473329a11f37477f0e68ab7c133f4 to your computer and use it in GitHub Desktop.
import { LOGIN } from './types';
export const loginRequest = (data, conferenceAlias) => ({
type: LOGIN.REQUEST,
conferenceAlias,
data,
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment