This commit is contained in:
2022-11-21 16:30:40 +08:00
parent 87e650b2f1
commit cbeaaf6396
5 changed files with 33 additions and 17 deletions

View File

@@ -20,7 +20,6 @@ class AuthResource extends JsonResource
'privacy' => $this->privacy ?? true,
'nickname' => $this->info->nickname,
'avatar' => $this->info->avatar,
'address' => $this->username,
],
];
}