Set IsAuthorized = false to first student

This commit is contained in:
Mikołaj Pich 2023-05-10 22:54:01 +02:00
parent 3876e90adc
commit 8e33fbe5fa

View file

@ -156,6 +156,7 @@ router.all("/UczenDziennik.mvc/Get", (req, res) => {
"IsArtystyczna13": false,
"IsSpecjalny": false,
"IsPrzedszkola": false,
"IsAuthorized": item.Id !== 1,
"UczenPelnaNazwa": `${item.OkresPoziom}${item.OddzialSymbol} ${item.year} - ${item.Imie} ${item.Nazwisko}`
};
}),