diff --git a/samples/KristofferStrube.Blazor.WebAuthentication.WasmExample/Pages/Index.razor.cs b/samples/KristofferStrube.Blazor.WebAuthentication.WasmExample/Pages/Index.razor.cs index e2456f1..4080c67 100644 --- a/samples/KristofferStrube.Blazor.WebAuthentication.WasmExample/Pages/Index.razor.cs +++ b/samples/KristofferStrube.Blazor.WebAuthentication.WasmExample/Pages/Index.razor.cs @@ -46,6 +46,11 @@ private async Task CreateCredential() { Type = PublicKeyCredentialType.PublicKey, Alg = -257 + }, + new PublicKeyCredentialParameters() + { + Type = PublicKeyCredentialType.PublicKey, + Alg = -7 } ], Timeout = 360000,