관리자 페이지 교육과정 등록, 비밀번호 재설정 생성
This commit is contained in:
@@ -71,7 +71,7 @@ export default function LoginPage() {
|
||||
}
|
||||
|
||||
// 아이디와 비밀번호 검증
|
||||
if (username === 'admin' && password === '1234') {
|
||||
if (username === 'qwre@naver.com' && password === '1234') {
|
||||
// 로그인 성공
|
||||
localStorage.setItem('isLoggedIn', 'true');
|
||||
// 아이디 기억하기 체크 시 아이디 저장
|
||||
|
||||
Reference in New Issue
Block a user