Files
doneit-web/src/app/config/auth-constants.ts
T

5 lines
141 B
TypeScript
Raw Normal View History

2020-08-06 14:31:07 +01:00
/* This file stores all the keys */
export class AuthConnstants{
/* My reference key */
public static readonly AUTH = 'userDataKey'
}