mirror of
https://github.com/datarhei/core.git
synced 2025-12-24 13:07:56 +08:00
Fix exposing password
This commit is contained in:
@@ -339,7 +339,7 @@ func (s *s3StorageListValue) String() string {
|
||||
}
|
||||
|
||||
if len(t.Auth.Password) != 0 {
|
||||
v.Set("password", t.Auth.Password)
|
||||
v.Set("password", "---")
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user