Skip to content

Commit 2d548d2

Browse files
committed
[#26] 뷰에 구글 로그인 로직 적용
1 parent 9e2f580 commit 2d548d2

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Mark-In/Sources/Feature/Login/LoginView.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,7 @@ private struct SignInButtonList: View {
110110

111111
SignInButton(provider: .google) {
112112
// TODO: 구글 로그인 로직
113+
loginViewModel.send(.googleLoginButtonTapped)
113114
}
114115
}
115116
}

0 commit comments

Comments
 (0)