mirror of
https://github.com/labring/FastGPT.git
synced 2025-08-03 13:38:00 +00:00
Fix share page whisper auth (#1161)
Co-authored-by: heheer <71265218+newfish-cmyk@users.noreply.github.com>
This commit is contained in:
@@ -18,7 +18,8 @@ import { getDocPath } from '@/web/common/system/doc';
|
||||
const LafAccountModal = ({
|
||||
defaultData = {
|
||||
token: '',
|
||||
appid: ''
|
||||
appid: '',
|
||||
pat: ''
|
||||
},
|
||||
onClose
|
||||
}: {
|
||||
@@ -140,7 +141,7 @@ const LafAccountModal = ({
|
||||
onResetForm();
|
||||
putUpdateTeam({
|
||||
teamId: userInfo?.team.teamId || '',
|
||||
lafAccount: { token: '', appid: '' }
|
||||
lafAccount: { token: '', appid: '', pat: '' }
|
||||
});
|
||||
}}
|
||||
>
|
||||
|
Reference in New Issue
Block a user