Skip to content

Commit bf3845f

Browse files
committed
demo changes
1 parent 4a360d0 commit bf3845f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/app/rolesConfig.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ export const roles = {
44
admin:{
55
Home:true,
66
Invites:true,
7-
Contractor:true,
7+
Contractor:false,
88
Employees:true,
99
Master:true,
1010
Reports:true,
@@ -24,7 +24,7 @@ export const roles = {
2424
reception:{
2525
Home:true,
2626
Invites:true,
27-
Contractor: true,
27+
Contractor: false,
2828
Employees:true,
2929
Master:false,
3030
Reports:true,

0 commit comments

Comments
 (0)