fix login bugs

This commit is contained in:
Dennis Eichhorn 2023-03-31 00:25:51 +02:00
parent 9bbebedc40
commit 06f1de97ac

View File

@ -279,7 +279,7 @@ class Item implements \JsonSerializable
{
foreach ($this->attributes as $attribute) {
if ($attribute->type->name === $attrName) {
return $attribute->value;
return $attribute;
}
}