remove user profile link from signup flow, fixes ST-260

This commit is contained in:
Gregor Vostrak
2024-06-18 12:52:25 +02:00
parent 8982bfac2b
commit 8f0c9afa1a

View File

@@ -49,12 +49,6 @@ const verificationLinkSent = computed(
</PrimaryButton>
<div>
<Link
:href="route('profile.show')"
class="underline text-sm text-muted hover:text-white rounded-md focus:outline-none focus:ring-2 focus:ring-offset-2 focus:ring-indigo-500">
Edit Profile</Link
>
<Link
:href="route('logout')"
method="post"