Skip to content

Commit

Permalink
autogen(docs): generate cli docs
Browse files Browse the repository at this point in the history
  • Loading branch information
ory-bot committed Aug 15, 2023
1 parent f65297b commit 09b5a40
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 0 deletions.
10 changes: 10 additions & 0 deletions docs/kratos/concepts/messages.json
Original file line number Diff line number Diff line change
Expand Up @@ -495,6 +495,16 @@
"type": "error",
"context": {}
},
{
"id": 4000028,
"text": "{reason}",
"type": "error",
"context": {
"available_credential_types": null,
"available_oidc_providers": null,
"credential_identifier_hint": ""
}
},
{
"id": 4010001,
"text": "The login flow expired 1.02 minutes ago, please try again.",
Expand Down
15 changes: 15 additions & 0 deletions docs/kratos/concepts/ui-user-interface.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -1919,6 +1919,21 @@ The section below is auto-generated. Changing it has no effect as any changes wi
}
```

###### {reason} (4000028)

```json
{
"id": 4000028,
"text": "{reason}",
"type": "error",
"context": {
"available_credential_types": null,
"available_oidc_providers": null,
"credential_identifier_hint": ""
}
}
```

###### The login flow expired 1.02 minutes ago, please try again. (4010001)

```json
Expand Down

0 comments on commit 09b5a40

Please sign in to comment.