인프런 커뮤니티 질문&답변
event deprecated
작성
·
1.6K
1
프론트 엔드를 실행후 로그인시 "올바른 keystore화일이 아님" "비밀번호가 일치하지않습니다" 오류가 발생하여 코드를 보니 event 가 deprecated되어 있는데 어떻게 해야 하나요?
답변 6
0
In the ever-evolving world of digital content, high-quality images are crucial for capturing attention and conveying messages effectively. AI Photo Editing is an innovative online platform that harnesses the power of artificial intelligence to help users effortlessly edit and enhance their photos, making the photo editing process faster and more accessible than ever.
0
jskim님이 작성해주신 것에 더해, handlePassword도 수정해야 합니다.
this.auth.password = document.querySelector('#input-password').value;
0
0
0
0
SEJONG IT EDU
지식공유자
안녕하세요. 함수 파라미터에 event 넣고 해보시겠어요?
handleImport: async function (event) {
handlePassword: async function (event) {







