Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit b6692b4

Browse files
fix: update Codeblock type to use "token" for access code representation.
1 parent 982525b commit b6692b4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/features/debugger/components/steps/step-two/step-two.component.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ const REQUEST_DATA: RequestData = {
3636
export const StepTwo = () => {
3737
return (
3838
<>
39-
<Codeblock title="Your Code" type="code" code="asdfasdfasdfsadfsdf" />
39+
<Codeblock title="Your Code" type="token" token="asdfasdfasdfsadfsdf" />
4040
<p className={styles.description}>
4141
Now, we need to turn that access code into an access token, by having
4242
our server make a request to your token endpoint

0 commit comments

Comments
 (0)