Merge branch 'support-google-oauth' into refactor-main

This commit is contained in:
ckt1031
2023-07-24 21:31:45 +08:00
14 changed files with 459 additions and 7 deletions
+2
View File
@@ -22,6 +22,8 @@ func GetStatus(c *gin.Context) {
"github_client_id": common.GitHubClientId,
"discord_oauth": common.DiscordOAuthEnabled,
"discord_client_id": common.DiscordClientId,
"google_oauth": common.GoogleOAuthEnabled,
"google_client_id": common.GoogleClientId,
"system_name": common.SystemName,
"logo": common.Logo,
"footer_html": common.Footer,