feat: prevent the user from entering the knowledge base if he is not logged in (#45)

This commit is contained in:
balibabu
2024-01-29 19:28:39 +08:00
committed by GitHub
parent e1bc1d46e6
commit 04aba1bb65
20 changed files with 700 additions and 591 deletions

View File

@ -0,0 +1,3 @@
export const Authorization = 'Authorization';
export const Token = 'token';
export const UserInfo = 'userInfo';

View File