mirror of
https://github.com/tgstation/tgstation-server.git
synced 2026-08-23 21:16:52 +01:00
Remove unused policy
This commit is contained in:
@@ -338,13 +338,6 @@ namespace Tgstation.Server.Host.Core
|
||||
builder => builder
|
||||
.RequireAuthenticatedUser()
|
||||
.RequireRole(TgsAuthorizeAttribute.UserEnabledRole));
|
||||
options.AddPolicy(
|
||||
"testingasdf",
|
||||
builder =>
|
||||
{
|
||||
builder.RequireAuthenticatedUser();
|
||||
builder.AuthenticationSchemes.Add(CookieAuthenticationDefaults.AuthenticationScheme);
|
||||
});
|
||||
})
|
||||
.ModifyOptions(options =>
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user