mirror of
https://git.mirrors.martin98.com/https://github.com/SigNoz/signoz
synced 2025-10-13 22:11:32 +08:00

* fix(FE): eslint * chore: run eslint on frontend folder * chore: run eslint on src * chore: eslint fixing is updated * chore: linting errors are updated Co-authored-by: Nidhi Tandon <nidhitandon08@gmail.com>
4 lines
48 B
TypeScript
4 lines
48 B
TypeScript
export class Token {
|
|
static auth0Token = '';
|
|
}
|