We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a46341 commit 1a4c5e4Copy full SHA for 1a4c5e4
.husky/pre-commit
@@ -1,2 +1,2 @@
1
-./vendor/bin/pint
2
-./vendor/bin/phpstan analyse ./app
+# ./vendor/bin/pint
+# ./vendor/bin/phpstan analyse ./app
resources/js/Pages/Auth/Register.tsx
@@ -40,7 +40,7 @@ export default function Register() {
40
return (
41
<AuthLayout
42
title="Create an account"
43
- description="Enter your name, email and password below."
+ description="Enter your name, email, and password below."
44
>
45
<Head title="Register" />
46
<form className="flex flex-col gap-6" onSubmit={submit}>
0 commit comments