From c2c988d92883e8753a78c83e32e285a82ccc7089 Mon Sep 17 00:00:00 2001 From: Aneurin Barker Snook Date: Fri, 4 Sep 2026 23:42:48 +0100 Subject: [PATCH] Remove the redundant back-to-dashboard link on the profile view The app bar's brand/logo already goes to the dashboard, same as the other app pages. Co-Authored-By: Claude Sonnet 5 --- web/src/views/ProfileView.vue | 1 - 1 file changed, 1 deletion(-) diff --git a/web/src/views/ProfileView.vue b/web/src/views/ProfileView.vue index c1bf6e0..56b80f1 100644 --- a/web/src/views/ProfileView.vue +++ b/web/src/views/ProfileView.vue @@ -121,7 +121,6 @@ async function onRemovePasskey(passkey: Passkey) {