Skip to content

Commit

Permalink
resolved the comment
Browse files Browse the repository at this point in the history
  • Loading branch information
shreya-mishra committed Jun 17, 2023
1 parent 501c5d5 commit 2ae08ea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions qr-code-auth/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ Retrieves THE authentication document.
Status: 404 Not Found<br/>
```json
{
"message": "No Authentication authentication found."
"message": "No Authentication found."
}
```
GET /auth/qr-code-auth?taskId=GTB4UUtlKwGemRN2lwBp11&device_id=3ioui23u29sjkdnsjkndsk<br/>
Expand All @@ -198,7 +198,7 @@ Retrieves THE authentication document.
Status: 404 Not Found<br/>
```json
{
"message": "No Authentication authentication found."
"message": "No Authentication found."
}
```
GET /auth/qr-code-auth?user_id=GTB4UUtlKwGemRN2lwBp11&mobileId=3ioui23u29sjkdnsjkndsk<br/>
Expand Down

0 comments on commit 2ae08ea

Please sign in to comment.