mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-07 00:17:03 +03:00
Revert #1343
PHP Fatal error: Attribute "SensitiveParameter" cannot target property
This commit is contained in:
parent
84169179bc
commit
c61c3c6ce7
1 changed files with 0 additions and 1 deletions
|
|
@ -14,7 +14,6 @@ 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