Implement new login done.

This commit is contained in:
tiago.kayaya
2021-01-19 10:44:55 +01:00
parent 08ec18a4d4
commit b90247b566
3 changed files with 28 additions and 1 deletions
+1
View File
@@ -3,4 +3,5 @@ export class AuthConnstants{
/* My reference key */
public static readonly AUTH = 'userDataKey';
public static readonly PROFILE = 'profile';
public static readonly USER = 'userId';
}