hide register/login links if registration is not open

This commit is contained in:
2023-11-25 09:28:53 -05:00
parent 5962f9eaee
commit 5b97348fb7
2 changed files with 46 additions and 42 deletions

View File

@@ -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,