Skip to content

Commit c25614d

Browse files
committed
upd
1 parent ca5bd5f commit c25614d

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

‎CHANGELOG.md‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
# 30 Nov 2025
22

33
- Add customizable theme.
4+
- Fix email delivery and login/register.

‎lib/game_server_web/live/admin_live/config.ex‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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">

0 commit comments

Comments
 (0)