Created
February 28, 2018 04:10
-
-
Save mwq27/49523e8147113a6423617eb9c8c6eeef to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
const events = { | |
'AUTH/LOGIN_SUCCESS': { | |
category: 'auth', | |
action: 'login', | |
eventDataOne: 'user.name', | |
}, | |
'AUTH/INVALID_LOGIN_ATTEMPT': { | |
category: 'auth', | |
action: 'invalid login attempt', | |
eventDataOne: 'user.email', | |
}, | |
}; | |
export default events; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment