fix: add sso auto login config (#3436)

This commit is contained in:
heheer
2024-12-19 13:33:56 +08:00
committed by GitHub
parent bd79e7701f
commit ce2e926d76
3 changed files with 24 additions and 5 deletions

View File

@@ -58,6 +58,7 @@ export type FastGPTFeConfigsType = {
icon?: string;
title?: string;
url?: string;
autoLogin?: boolean;
};
oauth?: {
github?: string;