refactor: add employeeOnly flag to mobility props and drop debug log

This commit is contained in:
2026-05-01 19:07:37 +02:00
parent c0aeb33193
commit f409d9e5e8
2 changed files with 1 additions and 2 deletions
-2
View File
@@ -45,8 +45,6 @@ function createUserJWT(casResponse: CasResponse): Promise<string> {
}
});
console.log(fullUserInfos);
const now = Math.floor(Date.now() / 1000);
const payload: LoginJWT = {
iss: "PolyMPR",