chore: add .env.template and remove test workflow #151

Merged
djalim merged 4 commits from release/1.0.0 into develop 2026-05-01 17:32:16 +00:00
2 changed files with 1 additions and 2 deletions
Showing only changes of commit f409d9e5e8 - Show all commits
+1
View File
@@ -11,6 +11,7 @@ const properties: AppProperties = {
},
adminOnly: ["overview"],
studentOnly: ["my-mobility"],
employeeOnly: true, // TODO Fix ma mobilité page, so it renders correctly for students
};
export default properties;
-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",