mirror of
https://github.com/solidtime-io/solidtime.git
synced 2026-08-15 19:52:15 +01:00
remove user profile link from signup flow, fixes ST-260
This commit is contained in:
@@ -49,12 +49,6 @@ const verificationLinkSent = computed(
|
|||||||
</PrimaryButton>
|
</PrimaryButton>
|
||||||
|
|
||||||
<div>
|
<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
|
<Link
|
||||||
:href="route('logout')"
|
:href="route('logout')"
|
||||||
method="post"
|
method="post"
|
||||||
|
|||||||
Reference in New Issue
Block a user