change the username
This commit is contained in:
@@ -91,7 +91,7 @@ export class AuthService {
|
|||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
const payload = { username: userdata.cid, sub: token };
|
const payload = { vatsimId: userdata.cid, sub: token };
|
||||||
return this.jwtService.sign(payload);
|
return this.jwtService.sign(payload);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user