mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-18 20:47:54 +00:00
5 lines
141 B
TypeScript
5 lines
141 B
TypeScript
|
|
/* This file stores all the keys */
|
||
|
|
export class AuthConnstants{
|
||
|
|
/* My reference key */
|
||
|
|
public static readonly AUTH = 'userDataKey'
|
||
|
|
}
|