Skip to content

Commit 5748dab

Browse files
committed
wip
1 parent d8875e3 commit 5748dab

File tree

3 files changed

+2
-6
lines changed

3 files changed

+2
-6
lines changed

.DS_Store

8 KB
Binary file not shown.

resources/js/pages/auth/login.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ export default function Login(args: LoginProps) {
9494
Login.layout = (page: React.ReactNode) => (
9595
<GuestLayout
9696
header="Login"
97-
description="Access your account to manage appointments, prescriptions, and more."
97+
description="Sign in with your email or continue with a connected account."
9898
children={page}
9999
/>
100100
)

resources/js/pages/auth/register.tsx

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -89,9 +89,5 @@ export default function Register() {
8989
}
9090

9191
Register.layout = (page: React.ReactNode) => (
92-
<GuestLayout
93-
header="Register"
94-
description="Create a new account to start managing your account efficiently."
95-
children={page}
96-
/>
92+
<GuestLayout header="Register" description="Create an account to get started." children={page} />
9793
)

0 commit comments

Comments
 (0)