Skip to content

Instantly share code, notes, and snippets.

@alashstein
Created September 16, 2018 02:06
Show Gist options
  • Save alashstein/3f2b995ed895f50acc310cafe2e21b6f to your computer and use it in GitHub Desktop.
Save alashstein/3f2b995ed895f50acc310cafe2e21b6f to your computer and use it in GitHub Desktop.
import { PASSWORD_CHANGED } from './types';
export const passwordChecker = (text) => {
return {
type: PASSWORD_CHANGED,
payload: text
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment