mirror of
https://github.com/labring/FastGPT.git
synced 2025-07-22 20:37:48 +00:00
microsoft oauth tenantId & custom button name (#3300)
This commit is contained in:
@@ -56,7 +56,11 @@ export type FastGPTFeConfigsType = {
|
||||
github?: string;
|
||||
google?: string;
|
||||
wechat?: string;
|
||||
microsoft?: string;
|
||||
microsoft?: {
|
||||
clientId?: string;
|
||||
tenantId?: string;
|
||||
customButton?: string;
|
||||
};
|
||||
};
|
||||
limit?: {
|
||||
exportDatasetLimitMinutes?: number;
|
||||
|
Reference in New Issue
Block a user