Skip to content

Commit c4f7f3f

Browse files
committed
removing unneccessary lines and casing
1 parent 9bceaa8 commit c4f7f3f

File tree

3 files changed

+2
-8
lines changed

3 files changed

+2
-8
lines changed

resources/js/pages/auth/forgot-password.tsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,6 @@ export default function ForgotPassword({ status }: { status?: string }) {
4949
Email Password Reset Link
5050
</Button>
5151
</div>
52-
53-
<hr />
5452
</form>
5553
<div className="space-x-1 text-center text-sm">
5654
<span>Or, return to the</span>

resources/js/pages/auth/login.tsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,8 +81,6 @@ export default function Login({ status, canResetPassword }: LoginProps) {
8181
{processing && <LoaderCircle className="h-4 w-4 animate-spin" />}
8282
Log In
8383
</Button>
84-
85-
<hr />
8684
</div>
8785

8886
<div className="text-center text-sm">

resources/js/pages/auth/register.tsx

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ export default function Register() {
5252
</div>
5353

5454
<div className="grid gap-2">
55-
<Label htmlFor="email">Email Address</Label>
55+
<Label htmlFor="email">Email address</Label>
5656
<Input
5757
id="email"
5858
type="email"
@@ -82,7 +82,7 @@ export default function Register() {
8282
</div>
8383

8484
<div className="grid gap-2">
85-
<Label htmlFor="password_confirmation">Confirm Password</Label>
85+
<Label htmlFor="password_confirmation">Confirm password</Label>
8686
<Input
8787
id="password_confirmation"
8888
type="password"
@@ -100,8 +100,6 @@ export default function Register() {
100100
{processing && <LoaderCircle className="h-4 w-4 animate-spin" />}
101101
Register
102102
</Button>
103-
104-
<hr />
105103
</div>
106104

107105
<div className="text-center text-sm">

0 commit comments

Comments
 (0)