mirror of
https://github.com/infiniflow/ragflow.git
synced 2025-12-25 16:26:51 +08:00
Fix: forget-reset password (#11927)
### What problem does this PR solve? Fix: forget-reset password ### Type of change - [x] Bug Fix (non-breaking change which fixes an issue)
This commit is contained in:
@ -346,7 +346,7 @@ const BoxTokenField = ({ value, onChange }: BoxTokenFieldProps) => {
|
||||
)}
|
||||
|
||||
<Button variant="outline" onClick={handleOpenDialog}>
|
||||
{hasConfigured ? 'Edit Box credentials' : 'Configure Box credentials'}
|
||||
{hasConfigured ? 'Get Box credentials' : 'Configure Box credentials'}
|
||||
</Button>
|
||||
|
||||
<Dialog
|
||||
|
||||
Reference in New Issue
Block a user