improvements

This commit is contained in:
tiago.kayaya
2021-01-13 10:02:30 +01:00
parent 6596941cdd
commit 586651e95e
18 changed files with 591 additions and 205 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
/* This file stores all the keys */
export class AuthConnstants{
/* My reference key */
public static readonly AUTH = 'user';
public static readonly AUTH = 'userDataKey';
public static readonly PROFILE = 'profile';
}