feat: add microsoft oauth (#3152)

This commit is contained in:
heheer
2024-11-14 10:33:49 +08:00
committed by shilin66
parent 0ef5074c67
commit 57539b836e
7 changed files with 24 additions and 8 deletions

View File

@@ -56,6 +56,7 @@ export type FastGPTFeConfigsType = {
github?: string;
google?: string;
wechat?: string;
microsoft?: string;
};
limit?: {
exportDatasetLimitMinutes?: number;