에이전트 기능 #416
@@ -70,7 +70,7 @@ class CreatorAdminMemberService(
|
|||||||
throw SodaException(messageKey = "creator.admin.member.inactive_account")
|
throw SodaException(messageKey = "creator.admin.member.inactive_account")
|
||||||
}
|
}
|
||||||
|
|
||||||
if (member.role != MemberRole.CREATOR) {
|
if (member.role != MemberRole.CREATOR && member.role != MemberRole.AGENT) {
|
||||||
throw SodaException(messageKey = "common.error.bad_credentials")
|
throw SodaException(messageKey = "common.error.bad_credentials")
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user