사용자 Secret 관리 기능 추가:
eapim-portal CI / build (push) Has been cancelled
eapim-portal Test / test (push) Has been cancelled

- 사용자 지정 Secret 필드 추가(WebhookRequest, DTO, Mapper)
- 사용자 Secret 평문 조회/갱신 로직 및 비밀번호 재인증 처리
- Secret 입력 UI 개선 및 스타일 수정
This commit is contained in:
Rinjae
2026-08-25 15:16:57 +09:00
parent 33c64972f8
commit a456ed9bb0
17 changed files with 346 additions and 98 deletions
+8 -8
View File
@@ -26410,7 +26410,7 @@ input[type=checkbox]:checked + .custom-checkbox {
}
.step1-wrap .s1-form-card .webhook-info-group .secret-action-row {
display: flex;
align-items: center;
align-items: flex-start;
gap: 10px;
width: 100%;
}
@@ -26421,24 +26421,24 @@ input[type=checkbox]:checked + .custom-checkbox {
}
.step1-wrap .s1-form-card .webhook-info-group .secret-box {
flex: 1;
max-width: 250px;
height: 48px;
min-width: 0;
min-height: 48px;
background-color: #efefef;
border-radius: 10px;
padding: 0 20px;
padding: 12px 20px;
display: flex;
align-items: center;
justify-content: center;
font-size: 14px;
font-size: 13px;
line-height: 1.4;
color: #4e5968;
font-weight: 500;
box-sizing: border-box;
letter-spacing: 1px;
word-break: break-all;
white-space: normal;
border: 1px solid #DFDFDF;
}
@media (max-width: 576px) {
.step1-wrap .s1-form-card .webhook-info-group .secret-box {
max-width: 100%;
width: 100%;
flex: none;
}