From 291620b1f01c54b85ae957e7f6e576e7b97ed7a4 Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Sun, 20 Dec 2020 19:58:46 +0100 Subject: [PATCH] Impl. temp password --- Account/Account.php | 8 ++++++++ 1 file changed, 8 insertions(+) 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. *