Fixed login avatar not displaying correctly.
This commit is contained in:
parent
331b159978
commit
d30e73c1ec
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ if(!empty($_GET['resolve'])) {
|
|||
echo json_encode([
|
||||
'id' => 0,
|
||||
'name' => '',
|
||||
'avatar' => url('user-avatar', ['res' => 200]),
|
||||
'avatar' => url('user-avatar', ['res' => 200, 'user' => 0]),
|
||||
]);
|
||||
return;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue