Impl. temp password

This commit is contained in:
Dennis Eichhorn 2020-12-20 19:58:46 +01:00
parent b7131f34e1
commit 291620b1f0

View File

@ -122,6 +122,14 @@ class Account implements \JsonSerializable, ArrayableInterface
*/
protected string $password = '';
/**
* Password.
*
* @var string
* @since 1.0.0
*/
public string $tempPassword = '';
/**
* Account type.
*