Skip to content

Commit 94d6f3b

Browse files
committed
fix json syntax
1 parent 81d7099 commit 94d6f3b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/auth-flows.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -118,8 +118,8 @@ The flow goes through the following steps:
118118

119119
```json
120120
{
121-
"challenge" => "$(challenge)",
122-
"response" => "$(response)"
121+
"challenge": "$(challenge)",
122+
"response": "$(response)"
123123
}
124124
```
125125

0 commit comments

Comments
 (0)