diff --git a/Account/Account.php b/Account/Account.php index 7fd05619c..cde71e2ea 100644 --- a/Account/Account.php +++ b/Account/Account.php @@ -122,6 +122,14 @@ class Account implements \JsonSerializable, ArrayableInterface */ protected string $password = ''; + /** + * Password. + * + * @var string + * @since 1.0.0 + */ + public string $tempPassword = ''; + /** * Account type. *