feat: upgrade frontend
Some checks failed
CodeQL / Analyze (go) (push) Waiting to run
CodeQL / Analyze (javascript) (push) Waiting to run
Contributors / contributors (push) Waiting to run
Sync / sync-to-jihulab (push) Waiting to run
Run Tests / tests (macos) (push) Has been cancelled
Run Tests / tests (ubuntu) (push) Has been cancelled
Run Tests / tests (windows) (push) Has been cancelled

This commit is contained in:
naiba 2025-01-06 21:07:32 +08:00
parent f6683adb70
commit 992096b143
2 changed files with 3 additions and 3 deletions

View File

@ -45,8 +45,8 @@ func listConfig(c *gin.Context) (model.SettingResponse[any], error) {
Oauth2Providers: config.Oauth2Providers, Oauth2Providers: config.Oauth2Providers,
} }
if authorized { if authorized {
config.TLS = singleton.Conf.TLS configForGuests.TLS = singleton.Conf.TLS
config.InstallHost = singleton.Conf.InstallHost configForGuests.InstallHost = singleton.Conf.InstallHost
} }
conf = model.SettingResponse[any]{ conf = model.SettingResponse[any]{
Config: configForGuests, Config: configForGuests,

View File

@ -2,7 +2,7 @@
name: "OfficialAdmin" name: "OfficialAdmin"
repository: "https://github.com/nezhahq/admin-frontend" repository: "https://github.com/nezhahq/admin-frontend"
author: "nezhahq" author: "nezhahq"
version: "v1.5.6" version: "v1.5.7"
isadmin: true isadmin: true
isofficial: true isofficial: true
- path: "user-dist" - path: "user-dist"