Skip to content

Commit

Permalink
Fix typo (#6649)
Browse files Browse the repository at this point in the history
  • Loading branch information
timleslie authored Sep 24, 2021
1 parent 0b136da commit 50fda64
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/metal-fans-stare.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@keystone-next/auth': patch
---

Fixed typo in first user screen.
2 changes: 1 addition & 1 deletion packages/auth/src/pages/InitPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ const InitPage = ({ fieldPaths, listKey, enableWelcome }: InitPageProps) => {
return mode === 'init' ? (
<SigninContainer>
<H1>Welcome to KeystoneJS</H1>
<p>Create your first user to get started:</p>
<p>Create your first user to get started</p>
<form
onSubmit={event => {
event.preventDefault();
Expand Down

0 comments on commit 50fda64

Please sign in to comment.