Skip to content

Commit 9894839

Browse files
authored
Patch README (#486)
1 parent 2a6a652 commit 9894839

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

9.0/MauiBlazorWebIdentity/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ For more information, see [.NET MAUI Blazor Hybrid with a Blazor Web App and ASP
2020
1. Set the `MauiBlazorWeb` MAUI project as the startup project. In Visual Studio, right-click the project and select **Set as Startup Project**.
2121
1. Start the `MauiBlazorWeb.Web` project without debugging. In Visual Studio, right-click on the project and select **Debug** > **Start without Debugging**.
2222
1. Inspect the Identity endpoints by navigating to `https://localhost:7157/swagger` in a browser.
23-
1. Navigate to `https://localhost:7157/identity/register` to register a user in the Blazor Web App. Immediately after the user is registered, use the **Click here to confirm your account** link in the UI to confirm the user's email address because a real email sender isn't registered for account confirmation.
23+
1. Navigate to `https://localhost:7157/account/register` to register a user in the Blazor Web App. Immediately after the user is registered, use the **Click here to confirm your account** link in the UI to confirm the user's email address because a real email sender isn't registered for account confirmation.
2424
1. Start (`F5`) the `MauiBlazorWeb` MAUI project. You can set the debug target to either **Windows** or an Android emulator.
2525
1. Notice you can only see the `Home` and `Login` pages.
2626
1. Log in with the user that you registered.

0 commit comments

Comments
 (0)