diff --git a/src/components/vue/update-explorer/Explorer.vue b/src/components/vue/update-explorer/Explorer.vue index d6c244e..78fadfc 100644 --- a/src/components/vue/update-explorer/Explorer.vue +++ b/src/components/vue/update-explorer/Explorer.vue @@ -43,6 +43,7 @@ const clearUpdates = () => { // Listening const token = ref(""); const username = ref(""); + watch(token, (value) => { localStorage.setItem("token", JSON.stringify(value)); }); @@ -156,10 +157,14 @@ onMounted(async () => { v-if="error" class="fixed inset-0 z-50 flex h-screen w-screen items-center justify-center overflow-y-auto bg-gray-600 bg-opacity-50" > -
+
An error has occured

There was an unexpected error. Check the details below:

-
{{ JSON.stringify(error, null, 2) }}
+
+Invalid Bot token has been provided or a network problem has occured
+
+
{{ JSON.stringify(error, null, 2) }}