mirror of
https://github.com/infiniflow/ragflow.git
synced 2025-12-08 20:42:30 +08:00
feat: prevent the user from entering the knowledge base if he is not logged in (#45)
This commit is contained in:
3
web/src/constants/authorization.ts
Normal file
3
web/src/constants/authorization.ts
Normal file
@ -0,0 +1,3 @@
|
||||
export const Authorization = 'Authorization';
|
||||
export const Token = 'token';
|
||||
export const UserInfo = 'userInfo';
|
||||
0
web/src/constants/common.ts
Normal file
0
web/src/constants/common.ts
Normal file
Reference in New Issue
Block a user