From a9c4a61386c664240596cc4ab6c5df21797d4cba Mon Sep 17 00:00:00 2001 From: Luke Latham <1622880+guardrex@users.noreply.github.com> Date: Mon, 24 Oct 2022 12:55:51 -0500 Subject: [PATCH] Surface new default scheme coverage (#27357) --- aspnetcore/blazor/includes/default-scheme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aspnetcore/blazor/includes/default-scheme.md b/aspnetcore/blazor/includes/default-scheme.md index ce05e37f16..392ec7b8ab 100644 --- a/aspnetcore/blazor/includes/default-scheme.md +++ b/aspnetcore/blazor/includes/default-scheme.md @@ -1,2 +1,2 @@ > [!NOTE] -> When a single authentication scheme is registered, the authentication scheme is automatically used as the app's default scheme, and it isn't necessary to state the scheme to or via . For more information, see the [ASP.NET Core announcement (aspnet/Announcements #490)](https://github.com/aspnet/Announcements/issues/490). +> When a single authentication scheme is registered, the authentication scheme is automatically used as the app's default scheme, and it isn't necessary to state the scheme to or via . For more information, see and the [ASP.NET Core announcement (aspnet/Announcements #490)](https://github.com/aspnet/Announcements/issues/490).