From 680c6c2f4d0d79a07dfce2aab60375c03f8a2923 Mon Sep 17 00:00:00 2001 From: KristofferStrube Date: Wed, 27 Dec 2023 22:20:53 +0100 Subject: [PATCH] validated disappearing again. --- .../Pages/Index.razor.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/KristofferStrube.Blazor.WebAuthentication.WasmExample/Pages/Index.razor.cs b/samples/KristofferStrube.Blazor.WebAuthentication.WasmExample/Pages/Index.razor.cs index b79bcd7..11f6436 100644 --- a/samples/KristofferStrube.Blazor.WebAuthentication.WasmExample/Pages/Index.razor.cs +++ b/samples/KristofferStrube.Blazor.WebAuthentication.WasmExample/Pages/Index.razor.cs @@ -148,7 +148,7 @@ private async Task GetCredential() { errorMessage = $"{exception.Name}: \"{exception.Message}\""; validatedCredential = null; - validated = false; + validated = null; } }