-
Notifications
You must be signed in to change notification settings - Fork 11
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
Ensure disabled
attr actually disables the button
#71
Ensure disabled
attr actually disables the button
#71
Conversation
I will start with an easy one :) |
@type1fool I snuck it a small extra change. I stopped disabling the sign in button. This should never be disabled. |
This reverts commit c3109e5.
…update-registration-component-assigns-correctly
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you @peaceful-james for catching this and opening a PR. I added a couple commits to make some small adjustments, and merged some CI fixes from main
.
@@ -39,7 +39,7 @@ | |||
<p>Sign into an existing account:</p> | |||
|
|||
<.live_component | |||
disabled={@form.source.valid? == false} | |||
disabled={false} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good catch.
Resolves #70