mirror of
https://github.com/plausible/analytics.git
synced 2024-12-23 09:33:19 +03:00
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:
parent
342c3e5513
commit
fb45e64539
@ -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
|
||||||
|
|
||||||
|
@ -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>
|
||||||
|
Loading…
Reference in New Issue
Block a user