Fix refresh token
This commit is contained in:
parent
8bff1fe009
commit
716adfaed6
|
@ -164,9 +164,7 @@ export class OAuthTokenModel extends Model<OAuthTokenModel> {
|
||||||
client: {
|
client: {
|
||||||
id: token.oAuthClientId
|
id: token.oAuthClientId
|
||||||
},
|
},
|
||||||
user: {
|
user: token.User,
|
||||||
id: token.userId
|
|
||||||
},
|
|
||||||
token
|
token
|
||||||
} as OAuthTokenInfo
|
} as OAuthTokenInfo
|
||||||
})
|
})
|
||||||
|
|
Loading…
Reference in New Issue