fix26.2: полная UI-полировка peer/dashboard и завершение i18n

This commit is contained in:
2026-05-09 01:38:57 +05:00
parent c13841b61a
commit db3c88c58a
42 changed files with 421 additions and 198 deletions
+2 -2
View File
@@ -66,8 +66,8 @@ func runReset(cmd *cobra.Command, args []string) {
tokenVersion = *admin.TokenVersion + 1
}
if err = dao.UpdateAdminUser([]int64{*admin.Id}, map[string]interface{}{
"username": username,
"password_hash": func() string {
"username": username,
"password_hash": func() string {
hash, _ := util.HashPassword(password)
return hash
}(),