aboutsummaryrefslogtreecommitdiffstats
path: root/src/server/Models/Constants.cs
diff options
context:
space:
mode:
Diffstat (limited to 'src/server/Models/Constants.cs')
-rw-r--r--src/server/Models/Constants.cs8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/server/Models/Constants.cs b/src/server/Models/Constants.cs
index 1e49323..564bfb2 100644
--- a/src/server/Models/Constants.cs
+++ b/src/server/Models/Constants.cs
@@ -1,15 +1,7 @@
-using System.Collections.Generic;
-using System.Security.Claims;
-
namespace Dough.Models
{
public static class Constants
{
- public static class ClaimNames
- {
- public static string Id = "sub";
- }
-
public static readonly string[] BrowserAppUrls =
{
"http://localhost:8080",