-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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
Remove duplicate name attribute in 2FA login form #14816
Conversation
Hi there @bjarnef, thank you for this contribution! 👍 While we wait for one of the Core Collaborators team to have a look at your work, we wanted to let you know about that we have a checklist for some of the things we will consider during review:
Don't worry if you got something wrong. We like to think of a pull request as the start of a conversation, we're happy to provide guidance on improving your contribution. If you realize that you might want to make some changes then you can do that by adding new commits to the branch you created for this work and pushing new commits. They should then automatically show up as updates to this pull request. Thanks, from your friendly Umbraco GitHub bot 🤖 🙂 |
Hi @bjarnef, Thanks for your PR to update the 2FA login form! One of the Core Collaborators team will review this as soon as possible, All the best, Emma |
Hi @emmagarland I am pretty sure browsers in this case will use the first attribute and since authForm is referenced in the controller. |
Thanks @bjarnef I managed to trigger the 2fa screen when logging in anyway, and looks good 👍 It has now been successfully merged and targeted for v12.3.0! 🙌 Finally, we have marked this PR with the Best wishes Emma |
Prerequisites
Description
name
attribute in 2FA login form.vm
instead as reference instead ofcvm
to be consistent with other views.vm
asconst
instead oflet
as another value isn't assigned - only to it's properties.