Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -16,21 +16,12 @@ class="justify-center"
</p>

<template v-if="!loggedIn && (!checkoutLogin.isEmailAvailable || checkoutLogin.createAccount)">
<div class="relative">
<x-rapidez-ct::input.password
label="Password"
name="password"
v-model="checkoutLogin.password"
required
/>
<input
type="checkbox"
v-if="!checkoutLogin.createAccount"
oninvalid="this.setCustomValidity('{{ __('Please log in') }}')"
class="absolute h-full inset-0 opacity-0 pointer-events-none"
required
/>
</div>
<x-rapidez-ct::input.password
label="Password"
name="password"
v-model="checkoutLogin.password"
required
/>
</template>
<p v-if="!loggedIn && !checkoutLogin.isEmailAvailable" class="self-end text-ct-inactive">
@lang('You already have an account with this e-mail address. Please log in to continue.')
Expand Down
Loading