We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9e2f580 commit 2d548d2Copy full SHA for 2d548d2
1 file changed
Mark-In/Sources/Feature/Login/LoginView.swift
@@ -110,6 +110,7 @@ private struct SignInButtonList: View {
110
111
SignInButton(provider: .google) {
112
// TODO: 구글 로그인 로직
113
+ loginViewModel.send(.googleLoginButtonTapped)
114
}
115
116
0 commit comments