mirror of
https://github.com/Hessenuk/DiscordTickets.git
synced 2025-01-11 02:16:26 +02:00
remove discriminator from session
This commit is contained in:
parent
3403014812
commit
8cdb9dea30
@ -19,7 +19,6 @@ module.exports.get = () => ({
|
|||||||
const token = this.jwt.sign({
|
const token = this.jwt.sign({
|
||||||
accessToken: data.access_token,
|
accessToken: data.access_token,
|
||||||
avatar: user.avatar,
|
avatar: user.avatar,
|
||||||
discriminator: user.discriminator,
|
|
||||||
expiresAt: Date.now() + (data.expires_in * 1000),
|
expiresAt: Date.now() + (data.expires_in * 1000),
|
||||||
id: user.id,
|
id: user.id,
|
||||||
locale: user.locale,
|
locale: user.locale,
|
||||||
|
Loading…
Reference in New Issue
Block a user