Make some cleaning

This commit is contained in:
Bubka
2023-11-20 12:59:42 +01:00
parent fcc7e6db03
commit fb78b975b5
4 changed files with 0 additions and 4 deletions

View File

@ -28,7 +28,6 @@
form.qrcode = qrcodeInput.value.files[0]
form.upload('/api/v1/qrcode/decode', { returnError: true }).then(response => {
console.log(response.data)
if (response.data.data.slice(0, 33).toLowerCase() === "otpauth-migration://offline?data=") {
bus.migrationUri = response.data.data
router.push({ name: 'importAccounts' })