Skip to content

Commit

Permalink
[#73] 테스트 주석 제거
Browse files Browse the repository at this point in the history
  • Loading branch information
00yhsp committed Feb 9, 2024
1 parent 13d15ab commit b4085ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Spon-us/View/Onboarding/RegisterIDView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ struct RegisterIDView: View {
RegisterPWView(userID: userID)
} label: {
Text("다음").font(.Body04).frame(maxWidth: .infinity).frame(height: 56).foregroundStyle(.sponusWhite).background(!isAuthenticated ? .sponusGrey600 : .sponusPrimary).padding(.bottom, 16)
}//.disabled(!isAuthenticated)
}.disabled(!isAuthenticated)
}.navigationBarTitleDisplayMode(.inline)
.navigationBarBackButtonHidden(true)
.navigationBarItems(leading: CustomBackButton())
Expand Down

0 comments on commit b4085ab

Please sign in to comment.