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 <noreply@anthropic.com>
This commit is contained in:
2026-09-04 23:42:48 +01:00
co-authored by Claude Sonnet 5
parent 83471e55d4
commit c2c988d928
-1
View File
@@ -121,7 +121,6 @@ async function onRemovePasskey(passkey: Passkey) {
<template> <template>
<section class="card"> <section class="card">
<p><RouterLink to="/">&larr; Dashboard</RouterLink></p>
<h1>Your profile</h1> <h1>Your profile</h1>
<p><strong>Email:</strong> {{ auth.user?.email }}</p> <p><strong>Email:</strong> {{ auth.user?.email }}</p>