feat: OIDC 로그인 연동 및 DB 스키마 업데이트
This commit is contained in:
@@ -110,7 +110,7 @@
|
||||
<strong class="form-tit">비밀글</strong>
|
||||
<label>
|
||||
<input type="checkbox" name="secret" value="1"
|
||||
<?= !empty($post['is_secret']) ? 'checked':'' ?>>
|
||||
<?= ($isEdit && ($post['is_secret'] ?? 'N') === 'Y') ? 'checked' : '' ?>>
|
||||
비밀글로 등록
|
||||
</label>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user