mirror of
https://github.com/nezhahq/nezha.git
synced 2025-01-22 12:48:14 -05:00
🔒 hide secret in ws messages
This commit is contained in:
parent
c23b88b096
commit
b3033976fe
@ -10,7 +10,7 @@ import (
|
||||
type Server struct {
|
||||
Common
|
||||
Name string
|
||||
Secret string
|
||||
Secret string `json:"-"`
|
||||
|
||||
Host *Host
|
||||
State *State
|
||||
|
Loading…
Reference in New Issue
Block a user