* 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

@@ -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,