2
0
mirror of https://github.com/acepanel/panel.git synced 2026-02-04 01:57:19 +08:00

fix: 写错了

This commit is contained in:
2026-01-24 18:57:44 +08:00
parent 20ca20ef2f
commit 3a50717972

View File

@@ -221,7 +221,7 @@ func (s *App) SetPostgresPassword(w http.ResponseWriter, r *http.Request) {
}
if err = s.settingRepo.Set(biz.SettingKeyPostgresPassword, req.Password); err != nil {
service.Error(w, http.StatusInternalServerError, s.t.Get("failed to save postgres password: %v", err))
service.Error(w, http.StatusInternalServerError, s.t.Get("failed to set postgres password: %v", err))
return
}