Skip to content

Commit 0dfd53a

Browse files
author
Anders Åberg
committed
Cleaned up old assignments
1 parent 637ea3e commit 0dfd53a

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

Fido2Demo/TestController.cs

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -39,11 +39,6 @@ public TestController(IConfiguration config)
3939
});
4040
}
4141

42-
private static CredentialCreateOptions CONFORMANCE_TESTING_PREV_ATT_OPTIONS;
43-
private static AssertionOptions CONFORMANCE_TESTING_PREV_ASRT_OPTIONS;
44-
private static Fido2NetLib.Fido2.CredentialMakeResult CONFORMANCE_TESTING_STORED_CREDENTIALS;
45-
private static Dictionary<string, uint> CONFORMANCE_TESTING_COUNTER = new Dictionary<string, uint>();
46-
4742
[HttpPost]
4843
[Route("/attestation/options")]
4944
public JsonResult MakeCredentialOptionsTest([FromBody] TEST_MakeCredentialParams opts)

0 commit comments

Comments
 (0)