mirror of
https://github.com/plausible/analytics.git
synced 2024-11-23 20:13:31 +03:00
Fix shared link display
This commit is contained in:
parent
b7b69c6f62
commit
e374c142f3
@ -189,7 +189,8 @@ defmodule PlausibleWeb.StatsController do
|
||||
embedded: conn.params["embed"] == "true",
|
||||
background: conn.params["background"],
|
||||
theme: conn.params["theme"],
|
||||
flags: get_flags(conn.assigns[:current_user])
|
||||
flags: get_flags(conn.assigns[:current_user]),
|
||||
is_dbip: is_dbip()
|
||||
)
|
||||
|
||||
shared_link.site.locked ->
|
||||
|
Loading…
Reference in New Issue
Block a user