Skip to content

Commit

Permalink
Update Program.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
donma authored Sep 29, 2022
1 parent 065d06c commit 8156a8e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Fido2SimpleSample/Program.cs
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@



string ServerDomain = "dmauth.azurewebsites.net";
string ServerDomain = "localhost";
var serverName = "DFIDO2-TEST";
var origin = "https://dmauth.azurewebsites.net";
var origin = "https://localhost:7091";


var builder = WebApplication.CreateBuilder(args);
Expand Down

0 comments on commit 8156a8e

Please sign in to comment.