/**
* logout action
*/
export const LOGOUT_SUCCESS = "LOGOUT_SUCCESS";
/**
* login action
*/
export const LOGIN_SUCCESS = "LOGIN_SUCCESS";
/**
* set username action
*/
export const SET_USERNAME = "SET_USERNAME";
/**
* set email action
*/
export const SET_EMAIL = "SET_EMAIL";
/**
* set if is institution owner action
*/
export const SET_IS_INSTITUTION_OWNER = "SET_IS_INSTITUTION_OWNER";