Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

merge :: 비밀번호 변경 UI 구현 #107

Merged
merged 31 commits into from
Oct 28, 2022
Merged

Conversation

kimdaehee0824
Copy link
Member

개요

죄송합니다. 제 무지함을 용서해 주십시오
분명 오류가 많으니 리뷰를 상세히 해 주세요

작업사항

AuthenticationEmailView, ViewModel, Component
ChangePasswordView, ViewModel, Component
EnterInformationView, ViewModel, Component

Simulator Screen Shot - iPhone 14 Pro Max - 2022-10-28 at 00 13 21
Simulator Screen Shot - iPhone 14 Pro Max - 2022-10-28 at 00 22 44
Simulator Screen Shot - iPhone 14 Pro Max - 2022-10-28 at 00 46 58

@kimdaehee0824 kimdaehee0824 linked an issue Oct 27, 2022 that may be closed by this pull request
@kimdaehee0824 kimdaehee0824 changed the title merge :: 비밀번호 UI 구현 merge :: 비밀번호 변경 UI 구현 Oct 27, 2022
VStack(spacing: 60) {
SecureDMSFloatingTextField("새 비밀번호 입력", text: $viewModel.password) {
}
.focused($focusField, equals: .beforePassword)
Copy link
Member

@baekteun baekteun Oct 27, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

before..는 전 을 의미하는거라서 약간 안맞아 보여요

@kimdaehee0824 kimdaehee0824 merged commit eba6269 into develop Oct 28, 2022
@kimdaehee0824 kimdaehee0824 deleted the 79-renewal-password-ui branch October 28, 2022 10:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

비밀번호 찾기 UI 구현
3 participants