This file contains 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
// @flow | |
export const NEW_EMAIL_INIT = '[email protected]'; | |
export const NEW_EMAIL_PASSWORD_INPUT = 'yougotcorporatepass:)'; | |
export const NEW_EMAIL_PASSWORD_ABORTED = ':('; | |
export function newEmailPasswordInit(token, email) { | |
return { | |
type: NEW_EMAIL_PASSWORD_INIT, | |
token, | |
email, |
This file contains 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
[email protected] |