mirror of
https://github.com/labring/FastGPT.git
synced 2025-07-22 20:37:48 +00:00
fix: add sso auto login config (#3436)
This commit is contained in:
@@ -58,6 +58,7 @@ export type FastGPTFeConfigsType = {
|
||||
icon?: string;
|
||||
title?: string;
|
||||
url?: string;
|
||||
autoLogin?: boolean;
|
||||
};
|
||||
oauth?: {
|
||||
github?: string;
|
||||
|
Reference in New Issue
Block a user