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:
@@ -121,7 +121,6 @@ async function onRemovePasskey(passkey: Passkey) {
|
|||||||
|
|
||||||
<template>
|
<template>
|
||||||
<section class="card">
|
<section class="card">
|
||||||
<p><RouterLink to="/">← 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>
|
||||||
|
|||||||
Reference in New Issue
Block a user