Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/marius-wieschollek/passwords-webextension.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/src/vue
diff options
context:
space:
mode:
authorMarius David Wieschollek <marius-david.wieschollek@intellishop.ag>2021-01-13 15:48:59 +0300
committerMarius David Wieschollek <marius-david.wieschollek@intellishop.ag>2021-01-13 15:50:53 +0300
commit8460d6d514dfbba916b647d251a03ce9f02942ad (patch)
tree7b9797204e5dd55bad0ee17199e8649c5e48a337 /src/vue
parent1207d94903b4efd172fe64e3e858ee4735c06b24 (diff)
Remove alert
(cherry picked from commit ce6e7f3752906d77bd413a35570a63caa8c4d3a2)
Diffstat (limited to 'src/vue')
-rw-r--r--src/vue/Components/Passlink/Action/ScanQr.vue1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/vue/Components/Passlink/Action/ScanQr.vue b/src/vue/Components/Passlink/Action/ScanQr.vue
index fd6c23f..54c354f 100644
--- a/src/vue/Components/Passlink/Action/ScanQr.vue
+++ b/src/vue/Components/Passlink/Action/ScanQr.vue
@@ -33,7 +33,6 @@
}
},
async onInit(promise) {
- alert(Promise.toSource());
try {
await promise;
} catch(error) {