VPN_KEY to VPN_PASS
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
2024-09-09 15:33:41 +00:00
parent 239b74a9d7
commit 20e44a0f1f
3 changed files with 6 additions and 7 deletions

View File

@@ -78,8 +78,8 @@
</div>
<div class="row">
<div class="mb-3">
<label for="vpn_key">Please type in the generated VPN passkey (8 digits):</label>
<input type="text" class="form-control" name="VPN_KEY" id="vpn_key" value="" maxlength="8" size="10">
<label for="vpn_pass">Please type in the generated VPN passkey (8 digits):</label>
<input type="text" class="form-control" name="VPN_PASS" id="vpn_pass" value="" maxlength="8" size="10">
</div>
</div>
<div class="row">