Fix refresh token
This commit is contained in:
parent
8bff1fe009
commit
716adfaed6
1 changed files with 1 additions and 3 deletions
|
@ -164,9 +164,7 @@ export class OAuthTokenModel extends Model<OAuthTokenModel> {
|
|||
client: {
|
||||
id: token.oAuthClientId
|
||||
},
|
||||
user: {
|
||||
id: token.userId
|
||||
},
|
||||
user: token.User,
|
||||
token
|
||||
} as OAuthTokenInfo
|
||||
})
|
||||
|
|
Loading…
Reference in a new issue