Update SignInView.swift
This commit is contained in:
@@ -59,7 +59,7 @@ struct SignInView: View {
|
|||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|
||||||
func handleLogin(){
|
func handleLogin() {
|
||||||
//Google sign in
|
//Google sign in
|
||||||
guard let clientID = FirebaseApp.app()?.options.clientID else { return }
|
guard let clientID = FirebaseApp.app()?.options.clientID else { return }
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user