diff --git a/CHANGELOG.md b/CHANGELOG.md index e3d8b744a..c475bac31 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -31,6 +31,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Input fields not disabled correctly on login page ([#1791], [#1794]) - Style of 'clear' button of the room replacement selector in the 'Delete room type' dialog ([#1784], [#1787]) - Missing form validation feedback on forgot password page ([#1802]) +- Missing form validation feedback for password fields on login page ([#1801]) ## [v4.2.0] - 2025-01-06 @@ -352,6 +353,7 @@ You can find the changelog for older versions there [here](https://github.com/TH [#1787]: https://github.com/THM-Health/PILOS/pull/1787 [#1791]: https://github.com/THM-Health/PILOS/issues/1791 [#1794]: https://github.com/THM-Health/PILOS/pull/1794 +[#1801]: https://github.com/THM-Health/PILOS/pull/1801 [#1802]: https://github.com/THM-Health/PILOS/pull/1802 [unreleased]: https://github.com/THM-Health/PILOS/compare/v4.2.0...develop [v3.0.0]: https://github.com/THM-Health/PILOS/releases/tag/v3.0.0 diff --git a/resources/js/components/AppBanner.vue b/resources/js/components/AppBanner.vue index 7fa728cf2..1e5d5897f 100644 --- a/resources/js/components/AppBanner.vue +++ b/resources/js/components/AppBanner.vue @@ -27,21 +27,27 @@

{{ message }}

- +