Skip to content

Commit

Permalink
Add closing of browser on button click - untested
Browse files Browse the repository at this point in the history
  • Loading branch information
ComputerElite committed Dec 27, 2023
1 parent 4360081 commit c3820c6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Oculus Downgrader/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -510,6 +510,7 @@ public string LoginWithFacebook()
{
string json = e.ResponseBody.Replace("for (;;);", "").Replace("\\/", "/");
Console.WriteLine(json);
driver.Close();
LoginApproveResponse response = JsonSerializer.Deserialize<LoginApproveResponse>(json);
at = client.UriCallback(response);
}
Expand Down

0 comments on commit c3820c6

Please sign in to comment.