Skip to content

Commit

Permalink
feat: upgrade frontend
Browse files Browse the repository at this point in the history
  • Loading branch information
naiba committed Jan 6, 2025
1 parent f6683ad commit 992096b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions cmd/dashboard/controller/setting.go
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@ func listConfig(c *gin.Context) (model.SettingResponse[any], error) {
Oauth2Providers: config.Oauth2Providers,
}
if authorized {
config.TLS = singleton.Conf.TLS
config.InstallHost = singleton.Conf.InstallHost
configForGuests.TLS = singleton.Conf.TLS
configForGuests.InstallHost = singleton.Conf.InstallHost
}
conf = model.SettingResponse[any]{
Config: configForGuests,
Expand Down
2 changes: 1 addition & 1 deletion service/singleton/frontend-templates.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name: "OfficialAdmin"
repository: "https://github.com/nezhahq/admin-frontend"
author: "nezhahq"
version: "v1.5.6"
version: "v1.5.7"
isadmin: true
isofficial: true
- path: "user-dist"
Expand Down

0 comments on commit 992096b

Please sign in to comment.