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:48:59 +0300
commitce6e7f3752906d77bd413a35570a63caa8c4d3a2 (patch)
tree95be84132621dddda54e5dba25e1dfb4d92150ef /src/vue
parent7b6ce4b6e5a3959af62f2f0bb15fb272b5594a47 (diff)
Remove alert
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) {