change the username

This commit is contained in:
Sven Czarnian
2022-11-03 01:45:39 +01:00
parent ed984db111
commit 77f3d6e49a

View File

@@ -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);
}