관리자 페이지 교육과정 등록, 비밀번호 재설정 생성

This commit is contained in:
wallace
2025-11-10 21:20:09 +09:00
parent efd5ab915e
commit 9a11a8afd1
12 changed files with 1353 additions and 12 deletions

View File

@@ -71,7 +71,7 @@ export default function LoginPage() {
}
// 아이디와 비밀번호 검증
if (username === 'admin' && password === '1234') {
if (username === 'qwre@naver.com' && password === '1234') {
// 로그인 성공
localStorage.setItem('isLoggedIn', 'true');
// 아이디 기억하기 체크 시 아이디 저장