From ff9b1e112ed14746ed74dfff1fb4c19efd5502d4 Mon Sep 17 00:00:00 2001 From: Tim Date: Sat, 19 Apr 2025 12:16:15 +0200 Subject: Add user information settings --- VPNAuth.Server/Config.cs | 8 -------- 1 file changed, 8 deletions(-) (limited to 'VPNAuth.Server/Config.cs') diff --git a/VPNAuth.Server/Config.cs b/VPNAuth.Server/Config.cs index 84b01ef..32e72fa 100644 --- a/VPNAuth.Server/Config.cs +++ b/VPNAuth.Server/Config.cs @@ -6,14 +6,6 @@ public class ConfigUser { public string? Username { get; set; } public List? Ips { get; set; } - - public string? Sub { get; set; } - public string? Name { get; set; } - public string? GivenName { get; set; } - public string? FamilyName { get; set; } - public string? PreferredUsername { get; set; } - public string? Email { get; set; } - public string? Picture { get; set; } } public class ConfigApp -- cgit v1.2.3