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 Oct 28, 2024
1 parent c618d14 commit b05fa94
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions docs/kratos/concepts/messages.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
},
{
"id": 1010014,
"text": "A code has been sent to the address you provided. If you have not received an message, check the spelling of the address and retry the login.",
"text": "An email containing a code has been sent to the email address you provided. If you have not received an email, check the spelling of the address and retry the login.",
"type": "info"
},
{
Expand Down Expand Up @@ -155,7 +155,7 @@
},
{
"id": 1040005,
"text": "A code has been sent to the address(es) you provided. If you have not received a message, check the spelling of the address and retry the registration.",
"text": "An email containing a code has been sent to the email address you provided. If you have not received an email, check the spelling of the address and retry the registration.",
"type": "info"
},
{
Expand Down
8 changes: 4 additions & 4 deletions docs/kratos/concepts/ui-messages.md
Original file line number Diff line number Diff line change
Expand Up @@ -134,12 +134,12 @@
}
```

###### A code has been sent to the address you provided. If you have not received an message, check the spelling of the address and retry the login. (1010014)
###### An email containing a code has been sent to the email address you provided. If you have not received an email, check the spelling of the address and retry the login. (1010014)

```json
{
"id": 1010014,
"text": "A code has been sent to the address you provided. If you have not received an message, check the spelling of the address and retry the login.",
"text": "An email containing a code has been sent to the email address you provided. If you have not received an email, check the spelling of the address and retry the login.",
"type": "info"
}
```
Expand Down Expand Up @@ -284,12 +284,12 @@
}
```

###### A code has been sent to the address(es) you provided. If you have not received a message, check the spelling of the address and retry the registration. (1040005)
###### An email containing a code has been sent to the email address you provided. If you have not received an email, check the spelling of the address and retry the registration. (1040005)

```json
{
"id": 1040005,
"text": "A code has been sent to the address(es) you provided. If you have not received a message, check the spelling of the address and retry the registration.",
"text": "An email containing a code has been sent to the email address you provided. If you have not received an email, check the spelling of the address and retry the registration.",
"type": "info"
}
```
Expand Down

0 comments on commit b05fa94

Please sign in to comment.