Browse Source

prevent the telegram getUpdates URL go out of box

pull/100/head
LouisLam 4 years ago
parent
commit
02b4dfc100
  1. 2
      src/components/NotificationDialog.vue

2
src/components/NotificationDialog.vue

@ -55,7 +55,7 @@
<p style="margin-top: 8px;">
<template v-if="notification.telegramBotToken">
<a :href="telegramGetUpdatesURL" target="_blank">{{ telegramGetUpdatesURL }}</a>
<a :href="telegramGetUpdatesURL" target="_blank" style="word-break: break-word;">{{ telegramGetUpdatesURL }}</a>
</template>
<template v-else>

Loading…
Cancel
Save