feat: SSO (#2414)
* 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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user