refactor: Remove unnecessary form class in profile index.blade.php
This commit is contained in:
parent
ca934e7cdf
commit
02fcd1b5fc
@ -11,7 +11,7 @@
|
|||||||
<x-forms.input id="email" label="Email" readonly />
|
<x-forms.input id="email" label="Email" readonly />
|
||||||
</div>
|
</div>
|
||||||
</form>
|
</form>
|
||||||
<form wire:submit='resetPassword' class="flex flex-col max-w-xl pt-4">
|
<form wire:submit='resetPassword' class="flex flex-col pt-4">
|
||||||
<div class="flex items-center gap-2 pb-2">
|
<div class="flex items-center gap-2 pb-2">
|
||||||
<h2>Change Password</h2>
|
<h2>Change Password</h2>
|
||||||
<x-forms.button type="submit" label="Save">Save</x-forms.button>
|
<x-forms.button type="submit" label="Save">Save</x-forms.button>
|
||||||
@ -91,7 +91,7 @@
|
|||||||
@else
|
@else
|
||||||
<form action="/user/two-factor-authentication" method="POST">
|
<form action="/user/two-factor-authentication" method="POST">
|
||||||
@csrf
|
@csrf
|
||||||
<x-forms.button type="submit">Configure 2FA</x-forms.button>
|
<x-forms.button type="submit">Configure</x-forms.button>
|
||||||
</form>
|
</form>
|
||||||
@endif
|
@endif
|
||||||
@endif
|
@endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user