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 ce222b7 commit 5701eb1Copy full SHA for 5701eb1
src/stubs/resources/js/Pages/Auth/Login.tsx
@@ -31,7 +31,7 @@ export default function Login({ canResetPassword, status }: Props) {
31
32
return (
33
<AuthenticationCard>
34
- <Head title="login" />
+ <Head title="Login" />
35
36
{status && (
37
<div className="mb-4 font-medium text-sm text-green-600 dark:text-green-400">
0 commit comments