Skip to content

Commit

Permalink
update port
Browse files Browse the repository at this point in the history
  • Loading branch information
tmm360 committed Nov 6, 2022
1 parent 8d3c4ed commit ccb5a0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/EthernaVideoImporter/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@ private static async Task<LoginResult> SigInSSO()
{
// create a redirect URI using an available port on the loopback address.
// requires the OP to allow random ports on 127.0.0.1 - otherwise set a static port
var browser = new SystemBrowser(59100);
var browser = new SystemBrowser(11420);
var redirectUri = $"http://127.0.0.1:{browser.Port}";

var options = new OidcClientOptions
Expand Down

0 comments on commit ccb5a0a

Please sign in to comment.