mirror of
https://github.com/wassname/talk.git
synced 2026-07-17 11:33:39 +08:00
5 lines
188 B
JavaScript
5 lines
188 B
JavaScript
export const SIGN_IN = 'SIGN_IN';
|
|
export const FORGOT_PASSWORD = 'FORGOT_PASSWORD';
|
|
export const SIGN_UP = 'SIGN_UP';
|
|
export const RESEND_EMAIL_CONFIRMATION = 'RESEND_EMAIL_CONFIRMATION';
|