구글 로그인 기능 추가
This commit is contained in:
@@ -132,7 +132,12 @@ struct LoginView: View {
|
||||
Image("ic_login_kakao")
|
||||
.onTapGesture {
|
||||
hideKeyboard()
|
||||
AppState.shared.setAppStep(step: .signUp)
|
||||
}
|
||||
|
||||
Image("ic_login_google")
|
||||
.onTapGesture {
|
||||
hideKeyboard()
|
||||
viewModel.loginWithGoogle()
|
||||
}
|
||||
|
||||
Image("ic_login_apple")
|
||||
|
||||
Reference in New Issue
Block a user