Werewolf12

GOG Galaxy Origin plugin fix 8/25/24

Aug 25th, 2024 (edited)
640
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 0.45 KB | None | 0 0
  1. AUTH_PARAMS = {
  2.     "window_title": "Login to Origin",
  3.     "window_width": 495 if is_windows() else 480,
  4.     "window_height": 746 if is_windows() else 708,
  5.     "start_uri": "https://accounts.ea.com/connect/auth"
  6.                  "?response_type=code&client_id=EADOTCOM-WEB-SERVER&display=junoWeb/login"
  7.                  "&locale=en_US&release_type=prod"
  8.                  "&redirect_uri=https://ea.com",
  9.     "end_uri_regex": r"^https://ea.com/.*"
  10. }
Advertisement
Add Comment
Please, Sign In to add comment