You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: 9.0/MauiBlazorWebIdentity/README.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -20,7 +20,7 @@ For more information, see [.NET MAUI Blazor Hybrid with a Blazor Web App and ASP
20
20
1. Set the `MauiBlazorWeb` MAUI project as the startup project. In Visual Studio, right-click the project and select **Set as Startup Project**.
21
21
1. Start the `MauiBlazorWeb.Web` project without debugging. In Visual Studio, right-click on the project and select **Debug** > **Start without Debugging**.
22
22
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.
24
24
1. Start (`F5`) the `MauiBlazorWeb` MAUI project. You can set the debug target to either **Windows** or an Android emulator.
25
25
1. Notice you can only see the `Home` and `Login` pages.
0 commit comments