fixing settings issue with required forms

master
b3yond 2018-06-25 21:14:22 +02:00
parent 02a6e0509b
commit ce2301c260
1 changed files with 1 additions and 1 deletions

View File

@ -78,7 +78,7 @@
The botfather will give you an API key - with the API key, Ticketfrei can use the Telegram bot. Enter it here:
</p>
<form action="/settings/telegram" method="post">
<input type="text" name="apikey" placeholder="Telegram bot API key" id="apikey" required>
<input type="text" name="apikey" placeholder="Telegram bot API key" id="apikey">
<input name='confirm' value='Login with Telegram' type='submit'/>
</div>