클라이언트 생성/수정 흐름 및 관련 UI 개선:
eapim-portal CI / build (push) Has been cancelled
eapim-portal Test / test (push) Has been cancelled

- 클라이언트 등록/수정 URL 구조 리팩토링 (myapikey → clients)
- 로그인 직후 클라이언트 미보유 사용자 대상 추가 안내 팝업
- 클라이언트 Secret 조회 및 관련 2FA 단계 로직 개선
This commit is contained in:
Rinjae
2026-07-29 19:25:10 +09:00
parent c02a5ff047
commit 02eb81af67
37 changed files with 535 additions and 197 deletions
+3 -2
View File
@@ -7764,9 +7764,8 @@ button.djb-comment-submit:disabled {
.tfa-code-row .tfa-code-input-wrap {
flex: 1;
display: flex;
align-items: center;
align-items: stretch;
height: 56px;
padding: 0 14px;
border: 1px solid #BDC7CF;
border-radius: 4px;
background: #fff;
@@ -7778,6 +7777,8 @@ button.djb-comment-submit:disabled {
.tfa-code-row .tfa-code-input {
flex: 1;
min-width: 0;
height: 100%;
padding: 0 14px;
border: 0;
outline: none;
background: transparent;