From 4032cfb9eac0889e4ccfa6e24eb0ef970af7044a Mon Sep 17 00:00:00 2001 From: Fabian Dill Date: Tue, 6 Feb 2024 00:11:02 +0100 Subject: [PATCH] WebHost: provide None password to URI so it doesn't get stripped (#2777) --- WebHostLib/templates/macros.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/WebHostLib/templates/macros.html b/WebHostLib/templates/macros.html index 0722ee31..9cb48009 100644 --- a/WebHostLib/templates/macros.html +++ b/WebHostLib/templates/macros.html @@ -22,7 +22,7 @@ {% for patch in room.seed.slots|list|sort(attribute="player_id") %} {{ patch.player_id }} - {{ patch.player_name }} + {{ patch.player_name }} {{ patch.game }} {% if patch.data %}