Skip to content

Commit

Permalink
Add dynamic admin user
Browse files Browse the repository at this point in the history
  • Loading branch information
yamelsenih committed Aug 31, 2024
1 parent 351bcf4 commit 173f732
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ public static BaseSettings.Builder getBaseSettings() {

// Getting the time zone of calendar
BaseSettingsData.Builder data = BaseSettingsData.newBuilder()
.setIsAdmin(true)
.setIsAdmin(user.isProjectManager())
.setIsHr(true)
.setIsManager(true)
.setIsFaceRegistered(true)
Expand Down

0 comments on commit 173f732

Please sign in to comment.