Skip to content
This repository has been archived by the owner on Oct 1, 2021. It is now read-only.

Commit

Permalink
fix: password toggle on disable 2FA modal (#176)
Browse files Browse the repository at this point in the history
  • Loading branch information
leMaur authored Sep 8, 2021
1 parent 7a2e3c2 commit 0f464d5
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ class="h-28"
</div>

<form
id="password-confirmation"
class="mt-8"
@keydown.enter="$wire.{{ $actionMethod }}()"
x-on:submit.prevent
Expand All @@ -44,9 +45,7 @@ class="mt-8"
<x-ark-password-toggle
name="confirmedPassword"
:label="trans('fortify::forms.password')"
autocomplete="current-password"
:errors="$errors"
masked
/>
</div>
</form>
Expand All @@ -65,6 +64,7 @@ class="button-secondary"

<button
type="submit"
form="password-confirmation"
dusk="confirm-password-form-submit"
class="inline-flex items-center justify-center button-primary"
wire:click="{{ $actionMethod }}"
Expand Down

0 comments on commit 0f464d5

Please sign in to comment.