- starting add Categories
- improved layout drawer
This commit is contained in:
@@ -3,5 +3,15 @@ export const rescodes = {
|
||||
OK: 20,
|
||||
ERR_GENERICO: -1,
|
||||
DUPLICATE_EMAIL_ID: 11000,
|
||||
DUPLICATE_USERNAME_ID: 11100
|
||||
DUPLICATE_USERNAME_ID: 11100,
|
||||
|
||||
localStorage: {
|
||||
verifiedEmail: 'vf',
|
||||
isLogged: 'ilog',
|
||||
expirationDate: 'expdate',
|
||||
leftDrawerOpen: 'ldo',
|
||||
userId: 'uid',
|
||||
token: 'tk',
|
||||
username: 'uname'
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user