mirror of
https://github.com/labring/FastGPT.git
synced 2025-08-01 11:58:38 +00:00
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:
@@ -9,6 +9,7 @@ const unAuthPage: { [key: string]: boolean } = {
|
||||
'/login': true,
|
||||
'/login/provider': true,
|
||||
'/login/fastlogin': true,
|
||||
'/login/sso': true,
|
||||
'/appStore': true,
|
||||
'/chat/share': true,
|
||||
'/chat/team': true,
|
||||
|
Reference in New Issue
Block a user