File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
lib/game_server_web/live/admin_live Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 11# 30 Nov 2025
22
33- Add customizable theme.
4+ - Fix email delivery and login/register.
Original file line number Diff line number Diff line change @@ -242,8 +242,8 @@ defmodule GameServerWeb.AdminLive.Config do
242242 SMTP_PORT: { @ config . smtp_port || "<unset>" } < br />
243243 SMTP_SSL: { @ config . smtp_ssl || "<unset>" } SMTP_TLS: { @ config . smtp_tls ||
244244 "<unset>" } < br /> SMTP_SNI: { mask_secret ( @ config . smtp_sni ) } < br />
245- SMTP_FROM_NAME: { mask_secret ( @ config . smtp_from_name || "" ) || "<unset>" } < br />
246- SMTP_FROM_EMAIL: { mask_secret ( @ config . smtp_from_email || "" ) || "<unset>" }
245+ SMTP_FROM_NAME: { mask_secret ( @ config . smtp_from_name || "" ) } < br />
246+ SMTP_FROM_EMAIL: { mask_secret ( @ config . smtp_from_email || "" ) }
247247 </ div >
248248
249249 < div class = "mt-2 text-xs text-muted " >
You can’t perform that action at this time.
0 commit comments