Merge pull request #50798 from nextcloud/fix/login-error-state

fix(login): only show error state on login box if user interacted
pull/49872/head
Ferdinand Thiessen 2025-02-17 11:59:11 +07:00 committed by GitHub
commit 626e5bd93e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 8 additions and 3 deletions

@ -304,5 +304,10 @@ export default {
text-align: center;
overflow-wrap: anywhere;
}
// Only show the error state if the user interacted with the login box
:deep(input:invalid:not(:user-invalid)) {
border-color: var(--color-border-maxcontrast) !important;
}
}
</style>

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long