diff --git a/src/main/resources/templates/adminPage/userMgt/userEditModal.html b/src/main/resources/templates/adminPage/userMgt/userEditModal.html index 044cbc53..02a90e03 100644 --- a/src/main/resources/templates/adminPage/userMgt/userEditModal.html +++ b/src/main/resources/templates/adminPage/userMgt/userEditModal.html @@ -11,18 +11,20 @@ -
+
- + th:checked="${!#strings.contains(userInfo.userRole, 'ROLE_ADMIN') + and #strings.contains(userInfo.userRole, 'ROLE_SUB_ADMIN')}">관리자 + th:checked="${!#strings.contains(userInfo.userRole, 'ROLE_ADMIN') + and !#strings.contains(userInfo.userRole, 'ROLE_SUB_ADMIN')}">일반사용자