Skip to content

When logging into Blazor web Inauth project using invalid characters, the "Error: Invalid login attempt" error message appears in an incorrect location and format #64002

@jinzhao1127

Description

@jinzhao1127

REGRESSION INFO : Not a regression, reproduces on 10.0/9.0/8.0 app

INSTALL STEPS

  1. Install .NET SDK version 10.0 RC 2 SDK
  2. Apply feed

Platform

  • Windows
  • macOS
  • Linux

Repro Steps

  1. Open up a normal Command Prompt (Terminal)
  2. Create a Blazor Web Individual app, and run it using dotnet run
    dotnet new blazor -int Server -au Individual -o ServerApp
    cd ServerApp
    dotnet run
    
  3. Click the login option on the left menu bar.
  4. Enter email and invalid password in the input box and click the login button

Actual Result
When logging in with an invalid password, the error message "Error: Invalid login attempt" appears in a different location and format, as shown in picture 1.
image

Expected Result
I think the location should be above the email input box, as shown in picture 2. And the format should be the same as the 6.0 project.
image

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions