-
Notifications
You must be signed in to change notification settings - Fork 187
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
A11y improvements for IDP service & update embed.go #2309
Conversation
idp/ui/src/containers/Login/Login.js
Outdated
@@ -106,7 +106,7 @@ class Login extends React.PureComponent { | |||
id="oc-login-password" | |||
{...extraPropsPassword} | |||
/> | |||
{hasError && <Typography id="oc-login-error-message" variant="subtitle2" color="error" | |||
{hasError && <Typography id="oc-login-error-message" variant="subtitle2" component="label" color="error" |
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.
Think this is not 100% right, maybe a <span>
is better than a label
754a049
to
5c1e1e6
Compare
@kulmann should we merge this for the release next week and cherrypick the commit when going for the second a11y-audit? |
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
@pascalwengerter @kulmann Include in the release? then we should merge now. |
Good to go from my side, waiting for feedback/review from Benedikt ;) |
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.
LGTM 👍
Please do not merge before we've figured this out in the web team => need to discuss how we can deploy these with an updated a11y-branch for the re-audit
Description
embed.go
s foraccounts
andsettings
since Dependabot PRs were merged but no binaries were ever addedRelated Issue