Enabled the mail functionality for director profile

This commit is contained in:
rajesh
2026-02-12 14:51:32 +05:30
parent b69b4ace36
commit ce0320ced6
2 changed files with 10 additions and 9 deletions

View File

@@ -9,7 +9,8 @@ public enum RoleStatusEnum {
ROLE_PRE_INSTRUCTOR("ROLE_PRE_INSTRUCTOR"),
ROLE_GEPAFIN_OPERATOR("ROLE_GEPAFIN_OPERATOR"),
ROLE_INSTRUCTOR_MANAGER("ROLE_INSTRUCTOR_MANAGER"),
ROLE_CONFIDI("ROLE_CONFIDI");
ROLE_CONFIDI("ROLE_CONFIDI"),
ROLE_DIRECTOR("ROLE_DIRECTOR");
private String value;