* feat: sso button

* feat: sso

* feat: sso callback url should be a page

* feat: sso redirect page

* chore: sso fe adjusting
This commit is contained in:
Finley Ge
2024-08-20 17:09:29 +08:00
committed by GitHub
parent 226cae5ab9
commit 2d0e6bd085
5 changed files with 70 additions and 0 deletions

View File

@@ -45,6 +45,11 @@ export type FastGPTFeConfigsType = {
isPlus?: boolean;
show_phoneLogin?: boolean;
show_emailLogin?: boolean;
sso?: {
icon?: string;
title?: string;
url?: string;
};
oauth?: {
github?: string;
google?: string;