mirror of
https://github.com/infiniflow/ragflow.git
synced 2026-02-02 16:45:08 +08:00
Feat: If the user is not logged in, jump to the login page by refreshing. (#5451)
### What problem does this PR solve? Feat: If the user is not logged in, jump to the login page by refreshing. ### Type of change - [x] New Feature (non-breaking change which adds functionality)
This commit is contained in:
@ -714,7 +714,7 @@ This auto-tag feature enhances retrieval by adding another layer of domain-speci
|
||||
202: 'A request has been queued in the background (asynchronous task).',
|
||||
204: 'Data deleted successfully.',
|
||||
400: 'There was an error in the request issued, and the server did not create or modify data.',
|
||||
401: 'The user does not have permissions (wrong token, username, password).',
|
||||
401: 'Please sign in again.',
|
||||
403: 'The user is authorized, but access is prohibited.',
|
||||
404: 'The request was made for a record that does not exist, and the server did not perform the operation.',
|
||||
406: 'The requested format is not available.',
|
||||
|
||||
Reference in New Issue
Block a user