fix: telegram helper

This commit is contained in:
peaklabs-dev
2024-12-11 19:16:17 +01:00
parent 1dade36253
commit 21ddaa317f

View File

@@ -26,8 +26,8 @@
<div class="flex gap-2"> <div class="flex gap-2">
<x-forms.input type="password" autocomplete="new-password" <x-forms.input type="password" autocomplete="new-password"
helper="Get it from the <a class='inline-block underline dark:text-white' href='https://t.me/botfather' target='_blank'>BotFather Bot</a> on Telegram." helper="Get it from the <a class='inline-block underline dark:text-white' href='https://t.me/botfather' target='_blank'>BotFather Bot</a> on Telegram."
required id="telegramToken" label="Token" /> required id="telegramToken" label="Bot API Token" />
<x-forms.input helper="Recommended to add your bot to a group chat and add its Chat ID here." required <x-forms.input type="password" autocomplete="new-password" helper="Add your bot to a group chat and add its Chat ID here." required
id="telegramChatId" label="Chat ID" /> id="telegramChatId" label="Chat ID" />
</div> </div>
</form> </form>