Skip to content

Commit 4032cfb

Browse files
authored
WebHost: provide None password to URI so it doesn't get stripped (#2777)
1 parent 281fe01 commit 4032cfb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

WebHostLib/templates/macros.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
{% for patch in room.seed.slots|list|sort(attribute="player_id") %}
2323
<tr>
2424
<td>{{ patch.player_id }}</td>
25-
<td data-tooltip="Connect via TextClient"><a href="archipelago://{{ patch.player_name | e}}:@{{ config['HOST_ADDRESS'] }}:{{ room.last_port }}">{{ patch.player_name }}</a></td>
25+
<td data-tooltip="Connect via TextClient"><a href="archipelago://{{ patch.player_name | e}}:None@{{ config['HOST_ADDRESS'] }}:{{ room.last_port }}">{{ patch.player_name }}</a></td>
2626
<td>{{ patch.game }}</td>
2727
<td>
2828
{% if patch.data %}

0 commit comments

Comments
 (0)