Files
talk/plugins/talk-plugin-auth/client/login/constants.js
T
2018-02-09 23:18:21 +01:00

6 lines
177 B
JavaScript

const prefix = 'TALK_AUTH';
export const SET_VIEW = `${prefix}_SET_VIEW`;
export const SET_EMAIL = `${prefix}_SET_EMAIL`;
export const SET_PASSWORD = `${prefix}_SET_PASSWORD`;