Skip to content

Blazor Identity Account/RegistrationConfirmation Wrong Tutorial Link #58092

Open
@salmanhaider14

Description

@salmanhaider14

Is there an existing issue for this?

  • I have searched the existing issues

Describe the bug

When you create a new Blazor project using Blazor Web App template in Visual studio and select Individual Accounts for authentication you get a lot of Identity pages in Components/Account . One of those pages is Register Confirmation.
By default there's no Email Provider is configured with the Identity so this page shows a link where you can learn how to configure the Email Provider. However that link redirects you to this page which is for general Identity Email Configuration and not for Blazor specifically as Blazor Project is different from a general AspNetCore project.

Expected Behavior

Instead of taking the user to the general Identity Account Confirmation and Password Recovery page, the RegisterConfirmation component should've the link to this page which is specifically for Blazor like how to configure the Email Provider properly with the Blazor.

Steps To Reproduce

  • Create a new Blazor Web App project in Dotnet 8
  • Select Individual Accounts for authentication
  • Go to Components/Account/Pages/RegisterConfirmation

There you'll find the link which I'm talking about.

Exceptions (if any)

No response

.NET Version

8.0

Anything else?

Visual Studio Community 2022

Metadata

Metadata

Assignees

No one assigned

    Labels

    DocsThis issue tracks updating documentationarea-identityIncludes: Identity and providersbugThis issue describes a behavior which is not expected - a bug.

    Type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions