Skip to content

Commit d0a1391

Browse files
committed
fix conflicts
2 parents 034fe88 + 0f9c0eb commit d0a1391

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: resources/js/pages/auth/ForgotPassword.vue

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ const submit = () => {
2525
<AuthLayout title="Forgot password" description="Enter your email to receive a password reset link">
2626
<Head title="Forgot password" />
2727

28-
<div v-if="status" class="mb-4 text-center text-sm font-medium text-green-600">
28+
<div v-if="status" class="mb-4 text-sm font-medium text-center text-green-600">
2929
{{ status }}
3030
</div>
3131

0 commit comments

Comments
 (0)