Skip to content

Instantly share code, notes, and snippets.

@LukeSmetham
Created September 23, 2019 13:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save LukeSmetham/39b90419fcfc6c13f9f72aa8464b523f to your computer and use it in GitHub Desktop.
Save LukeSmetham/39b90419fcfc6c13f9f72aa8464b523f to your computer and use it in GitHub Desktop.
export const LOGIN = {
REQUEST: 'Login/REQUEST',
SUCCESS: 'Login/SUCCESS',
ERROR: 'Login/ERROR',
};
export const LOGOUT = {
REQUEST: 'Logout/REQUEST',
SUCCESS: 'Logout/SUCCESS',
ERROR: 'Logout/ERROR',
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment