login controller update

This commit is contained in:
2021-02-12 05:49:33 +09:00
parent f8426666ee
commit e88728125e
7 changed files with 1 additions and 1 deletions

View File

@@ -66,7 +66,7 @@ class EveOnlineOAuthProvider extends AbstractProvider implements ProviderInterfa
'id' => $user['CharacterID'],
'name' => $user['CharacterName'],
'nickname' => $user['CharacterName'],
'character_owner_hash' => $user['CharacterOwnerHash'],
'owner_hash' => $user['CharacterOwnerHash'],
'avatar' => 'https://image.eveonline.com/Character/' . $user['CharacterID'] . '_128.jpg',
//'token_type' => $user['TokenType'],
//'expires_on' => $user['ExpiresOn'],