Update SignInView.swift

This commit is contained in:
talksik
2021-12-13 14:57:20 -08:00
parent 4fd12c4d91
commit 02d12d7b83
@@ -59,7 +59,7 @@ struct SignInView: View {
)
}
func handleLogin(){
func handleLogin() {
//Google sign in
guard let clientID = FirebaseApp.app()?.options.clientID else { return }