mirror of
https://github.com/the-djmaze/snappymail.git
synced 2025-02-24 23:08:08 +08:00
Merge pull request #1343 from edlerd/patch-1
Mark Account password as sensitive information
This commit is contained in:
commit
84169179bc
1 changed files with 1 additions and 0 deletions
|
@ -14,6 +14,7 @@ abstract class Account implements \JsonSerializable
|
|||
|
||||
private string $sLogin = '';
|
||||
|
||||
#[\SensitiveParameter]
|
||||
private string $sPassword = '';
|
||||
|
||||
private string $sSmtpLogin = '';
|
||||
|
|
Loading…
Reference in a new issue