Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

V15 Bugfix: Temp remove tag helpers on login screen #16977

Merged
merged 1 commit into from
Aug 30, 2024

Conversation

madsrasmussen
Copy link
Contributor

Tag helpers are currently broken in .NET 9 preview which results in the type="module" attribute being removed from our login screen script tag.

This PR is a temporary fix to make the login screen work again for everybody. The issue is targeted to be fixed in .NET 9 rc where we will have to revert these changes again.

dotnet/aspnetcore#57170

@madsrasmussen madsrasmussen merged commit 84cc305 into v15/dev Aug 30, 2024
13 of 17 checks passed
@madsrasmussen madsrasmussen deleted the v15/bugfix/temp-remove-login-tag-helpers branch August 30, 2024 06:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants