Skip to content

Commit 79a8b8d

Browse files
Update the values for the Licensee and LicenseKey constants.
1 parent b4d692e commit 79a8b8d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Constants.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22

33
public static class Constants
44
{
5-
public const string Licensee = "Your licensee";
6-
public const string LicenseKey = "your license key";
5+
public const string Licensee = "DEMO";
6+
public const string LicenseKey = "visit https://www.identityserver.com/products/saml2p to obtain a free demo key";
77
}

0 commit comments

Comments
 (0)