Skip to content

Commit 62b852d

Browse files
committed
Fixes wrong copy on authentication page
1 parent cac203c commit 62b852d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/(auth)/sign-in/page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ export default function AuthenticationPage() {
3131
Create an account
3232
</h1>
3333
<p className="text-sm text-muted-foreground">
34-
Enter your email below to create your account
34+
Or simply authenticate if you are already a member.
3535
</p>
3636
</div>
3737
<UserAuthForm />

0 commit comments

Comments
 (0)