You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-2Lines changed: 3 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -123,13 +123,14 @@ try {
123
123
That's it for step 1.
124
124
125
125
126
-
If you want to get the code from step 1, just run the following command to get to step 2 :
126
+
If you want to get the code from step 1, just run the following command:
127
127
128
128
```sh
129
-
$ git checkout step-2 --force
129
+
$ git checkout step-1 --force
130
130
```
131
131
132
132
Note that any change you made will be discarded and replaced by the code shown in this tutorial (except for your config.js file, that is ignored and will remain there).
133
133
134
134
**step-2** Adding a state token retrieval endpoint server-side
0 commit comments