Add missing question mark on login page (#4783)

* Fix typo on login form to unify login and register

* Update CHANGELOG.md
This commit is contained in:
MorgeMoensch 2024-11-06 17:10:34 +01:00 committed by GitHub
parent 342c3e5513
commit fb45e64539
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 1 deletions

View File

@ -11,6 +11,7 @@ All notable changes to this project will be documented in this file.
### Fixed ### Fixed
- Fix returning filter suggestions for multiple custom property values in the dashboard Filter modal - Fix returning filter suggestions for multiple custom property values in the dashboard Filter modal
- Fix typo on login screen
## v2.1.4 - 2024-10-08 ## v2.1.4 - 2024-10-08

View File

@ -41,7 +41,7 @@
<:item :if={ <:item :if={
Keyword.fetch!(Application.get_env(:plausible, :selfhost), :disable_registration) == false Keyword.fetch!(Application.get_env(:plausible, :selfhost), :disable_registration) == false
}> }>
Don't have an account Don't have an account?
<.styled_link href="/register"> <.styled_link href="/register">
Register Register
</.styled_link> </.styled_link>