mirim-app/frontend/index.html
AWESOMEDEV f571462b95
All checks were successful
CI / backend-test (push) Successful in 59s
CI / frontend-build (push) Successful in 39s
CI / backend-dep-scan (push) Successful in 6s
feat(ui): 브랜드 '수습 플랫폼'→'학습 플랫폼', 비밀번호 눈 토글 추가
- 로고·타이틀·강좌 예시의 '수습(학습) 플랫폼' 표기를 '학습 플랫폼'으로 통일
- PasswordInput 컴포넌트: 비밀번호 칸 끝에 눈 버튼(👁️/🙈)으로 마스킹 토글
  (오타 확인용) — type=button으로 폼 제출 방지, ...props로 기존 input 대체
- 로그인·비밀번호 변경(3칸)·회원가입(Field password 타입 2칸)에 일괄 적용

운영 검증: 타이틀 '학습 플랫폼' 확인, 눈 클릭 시 password→text 전환·아이콘 토글 브라우저 확인.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-07-20 12:24:43 +09:00

13 lines
314 B
HTML

<!doctype html>
<html lang="ko">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>AWESOMEDEV 학습 플랫폼</title>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.jsx"></script>
</body>
</html>