Skip to content

Commit

Permalink
Forgot password link at checkout login (#122)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jade-GG authored Oct 31, 2024
1 parent 0e7da52 commit 557fd48
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ class="justify-center"

<p v-if="!emailAvailable" class="self-end text-ct-inactive">
@lang('You already have an account with this e-mail address. Please log in to continue.')
<a href="{{ route('account.forgotpassword') }}" class="underline hover:no-underline">@lang('Forgot your password?')</a>
</p>
<p v-else class="self-end text-ct-inactive">
@lang('We will send your order confirmation to this e-mail address. We will also check if you already have an account so you can checkout more efficiently.')
Expand Down

0 comments on commit 557fd48

Please sign in to comment.