File tree 2 files changed +6
-8
lines changed
resources/views/livewire/pages/auth
2 files changed +6
-8
lines changed Original file line number Diff line number Diff line change @@ -30,14 +30,13 @@ public function sendPasswordResetLink(): void
30
30
}
31
31
}; ? >
32
32
33
-
34
33
<div >
35
34
<div class =" flex min-h-full items-center justify-center py-16 sm:py-24" >
36
35
<div class =" w-full max-w-md" >
37
- <div >
38
- <x-status-message class = " mb-5 " />
36
+ <div class = " space-y-5 " >
37
+ <x-status-message />
39
38
40
- <x-validation-errors class = " mb-5 " />
39
+ <x-validation-errors />
41
40
42
41
<h2 class =" text-center font-heading text-3xl font-extrabold text-gray-900 dark:text-white sm:text-left" >
43
42
{{ __ (' pages/auth.forgot.page_title' ) } }
@@ -48,7 +47,6 @@ public function sendPasswordResetLink(): void
48
47
</div >
49
48
50
49
<form class =" mt-8" wire:submit =" sendPasswordResetLink" >
51
-
52
50
<div class =" block" >
53
51
<x-filament-forms::field-wrapper .label for =" email" >
54
52
{{ __ (' validation.attributes.email' ) } }
Original file line number Diff line number Diff line change @@ -26,10 +26,10 @@ public function login(): void
26
26
<div >
27
27
<x-container class =" flex min-h-full items-center justify-center py-16 sm:pt-24" >
28
28
<div class =" w-full max-w-md space-y-8" >
29
- <div >
30
- <x-validation-errors class = " mb-5 " />
29
+ <div class = " space-y-5 " >
30
+ <x-validation-errors />
31
31
32
- <x-status-message class = " mb-5 " />
32
+ <x-status-message />
33
33
34
34
<h2 class =" text-center font-heading text-3xl font-extrabold text-gray-900 dark:text-white" >
35
35
{{ __ (' pages/auth.login.title' ) } }
You can’t perform that action at this time.
0 commit comments