Files
freeplanet/src/store/modules/serv_constants.js

9 lines
191 B
JavaScript
Raw Normal View History

2018-10-25 01:51:29 +02:00
export const serv_constants = {
2018-10-26 14:50:50 +02:00
RIS_CODE_EMAIL_ALREADY_VERIFIED: -5,
2018-10-25 01:51:29 +02:00
RIS_CODE_EMAIL_VERIFIED: 1,
2018-10-26 00:30:10 +02:00
2018-10-26 14:50:50 +02:00
RIS_CODE_LOGIN_ERR_GENERIC: -20,
2018-10-26 00:30:10 +02:00
RIS_CODE_LOGIN_ERR: -10,
RIS_CODE_LOGIN_OK: 1,
2018-10-25 01:51:29 +02:00
};