fix: telegram helper
This commit is contained in:
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user