[KW-696] fix: password modal and change message#40
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
🔷 관련 Jira Ticket ID
KW-696
📌 작업 내용 및 특이사항
비밀번호 모달 재인증 시간 추가 : 한번 인증하면 설정한 시간안에서는 마이페이지 진입시 비밀번호 인증 모달 노출이 안되는 기능
현재 라우트 이름을 로그인 여부에 따라 분기하도록 함. (초반에)
출입증에 임시 글자 빼고, 출입 목록 상세 조회에서 승인 여부에 줄바꿈 제거
📚 참고사항
줄바꿈 제거 방법
<Text style={styles.modalText}> 승인 여부: {(data.approval || '').replace(/\n/g, '')} </Text>라우트 이름 변경 전에 발생했던 에러