Skip to content

Commit

Permalink
removed unnecesary returns on nonce
Browse files Browse the repository at this point in the history
  • Loading branch information
agustinkassis committed Oct 1, 2023
1 parent 3d644fd commit a27bd3e
Showing 1 changed file with 0 additions and 18 deletions.
18 changes: 0 additions & 18 deletions pages/identity-provider/api/nonce/create.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -75,21 +75,3 @@ Method Not Allowed
"reason": "Must use POST method"
}
```

### 409

Conflict

```json
{
"success": false,
"reason": "Username already taken"
}
```

```json
{
"success": false,
"reason": "Pubkey already assigned to an existing account"
}
```

0 comments on commit a27bd3e

Please sign in to comment.