mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-08 08:57:03 +03: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 = '';
|
private string $sLogin = '';
|
||||||
|
|
||||||
|
#[\SensitiveParameter]
|
||||||
private string $sPassword = '';
|
private string $sPassword = '';
|
||||||
|
|
||||||
private string $sSmtpLogin = '';
|
private string $sSmtpLogin = '';
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue