애플 로그인 기능 추가

This commit is contained in:
Yu Sung
2026-01-27 10:45:00 +09:00
parent 7e37fc6f57
commit 95cae7d0bf
5 changed files with 192 additions and 32 deletions

View File

@@ -138,7 +138,7 @@ struct LoginView: View {
Image("ic_login_apple")
.onTapGesture {
hideKeyboard()
AppState.shared.setAppStep(step: .signUp)
viewModel.loginWithApple()
}
}
.padding(.top, 20)