모바일 - 인증키 조회 디자인 수정

This commit is contained in:
현성필
2025-12-12 17:57:38 +09:00
parent 40c36829bf
commit abb4e610af
11 changed files with 773 additions and 47 deletions
@@ -85,7 +85,6 @@
<div class="form-row">
<div class="form-label-wrapper">
<span class="form-label-text">앱 아이콘</span>
<span class="required-badge">필수</span>
</div>
<div class="form-field-wrapper">
<div class="icon-upload-box">
@@ -438,12 +437,6 @@
const appDescription = document.getElementById('appDescription').value.trim();
const callbackUrl = document.getElementById('callbackUrl').value.trim();
if (document.getElementById('iconPlaceholder').style.display !== 'none') {
e.preventDefault();
customPopups.showAlert('앱 아이콘을 등록해주세요.');
return false;
}
if (!appName) {
e.preventDefault();
customPopups.showAlert('앱 이름을 입력해주세요.');