Everything works. Minor adjustments on frontend and backend for the new API.

This commit is contained in:
2025-08-02 19:41:42 +00:00
parent f524b85f40
commit 71db80c7ea
9 changed files with 43 additions and 391 deletions
+2 -1
View File
@@ -60,7 +60,8 @@ onMounted(async () => {
})
}
} catch (error) {
console.error('Failed to create link:', error)
authStore.showMessage(`Failed to create device link: ${error.message}`, 'error')
authStore.currentView = 'profile'
}
})
</script>