hide register/login links if registration is not open
This commit is contained in:
@@ -9,7 +9,8 @@ import Config
|
||||
|
||||
config :poex,
|
||||
ecto_repos: [Poex.Repo],
|
||||
generators: [timestamp_type: :utc_datetime]
|
||||
generators: [timestamp_type: :utc_datetime],
|
||||
open_registration: false
|
||||
|
||||
# Configures the endpoint
|
||||
config :poex, PoexWeb.Endpoint,
|
||||
|
Reference in New Issue
Block a user