Update PokeUi.cs
diff --git a/PokemonGo/RocketAPI/Window/PokeUi.cs b/PokemonGo/RocketAPI/Window/PokeUi.cs
index 1975c4f..0fc992b 100644
--- a/PokemonGo/RocketAPI/Window/PokeUi.cs
+++ b/PokemonGo/RocketAPI/Window/PokeUi.cs
@@ -44,7 +44,7 @@ namespace PokemonGo.RocketAPI.Window
await client.DoPtcLogin(ClientSettings.PtcUsername, ClientSettings.PtcPassword);
break;
case AuthType.Google:
- await client.DoGoogleLogin();
+ await client.DoGoogleLogin(ClientSettings.Email, ClientSettings.Password);
break;
}
//
@@ -306,4 +306,4 @@ namespace PokemonGo.RocketAPI.Window
catch (Exception ex) { await PowerUp(pokemon); }
}
}
-}
\ No newline at end of file
+}
You may download the files in Public Git.