Skip to content

Commit 9dd8468

Browse files
committed
Adding some context on the signup form UI
1 parent 2bc2ee2 commit 9dd8468

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_chapters/create-the-signup-form.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ And include our component in the header.
199199
import Signup from "./containers/Signup";
200200
```
201201

202-
Now if we switch to our browser and navigate to the signup page we should see our newly created form. Try filling it in and ensure that it shows the confirmation code form as well.
202+
Now if we switch to our browser and navigate to the signup page we should see our newly created form. Our form doesn't do anything when we enter in our info but you can still try to fill in an email address, password, and the confirmation code. It'll give you an idea of how the form will behave once we connect it to Cognito.
203203

204204
![Signup page added screenshot](/assets/signup-page-added.png)
205205

0 commit comments

Comments
 (0)