Skip to content

Commit

Permalink
Update comment
Browse files Browse the repository at this point in the history
  • Loading branch information
SalamaGofore committed Jun 3, 2024
1 parent 887986b commit dc5056b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/app/lib/auth.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
//TODO: check in (ticket) if service "VALINTOJENTOTEUTTAMINENKK" should still be considered
//TODO: check in OK-519 if service "VALINTOJENTOTEUTTAMINENKK" should still be considered
export const AUTH_SERVICE = 'VALINTOJENTOTEUTTAMINEN';
//TODO: check also in (ticket) if role "TULOSTENTUONTI" is relevant
//TODO: check also in OK-519 if role "TULOSTENTUONTI" is relevant
export type RIGHT = 'CRUD' | 'READ' | 'READ_UPDATE';

export type RightToOrganization = {
Expand Down

0 comments on commit dc5056b

Please sign in to comment.