add new types for login

This commit is contained in:
Markus Schubert 2020-03-13 11:31:17 +01:00
parent 07327def33
commit 28a6d3a2e2
1 changed files with 1 additions and 0 deletions

View File

@ -1,2 +1,3 @@
export const USER_AUTHENTICATED = 'USER_AUTHENTICATED';
export const QUESTIONS_LOADED = 'QUESTIONS_LOADED';
export const QUESTIONS_LOAD_ERROR = 'QUESTIONS_LOADED';