Support for accounts.id when there is no accounts.name and accounts.number

This commit is contained in:
slawkens
2024-12-19 21:52:05 +01:00
parent ea5e1d4192
commit 023f1dc598
2 changed files with 13 additions and 13 deletions

View File

@@ -9,7 +9,7 @@
<form action="{{ constant('BASE_URL') }}install/" method="post" autocomplete="off">
<input type="hidden" name="step" id="step" value="finish" />
{% set values = ['email', 'account', 'password', 'password_confirm'] %}
{% set values = ['email', account, 'password', 'password_confirm'] %}
{% if hasTablePlayers %}
{% set values = values|merge(['player_name']) %}