Merge pull request #1343 from edlerd/patch-1

Mark Account password as sensitive information
This commit is contained in:
the-djmaze 2023-12-03 21:20:17 +01:00 committed by GitHub
commit 84169179bc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -14,6 +14,7 @@ abstract class Account implements \JsonSerializable
private string $sLogin = '';
#[\SensitiveParameter]
private string $sPassword = '';
private string $sSmtpLogin = '';