Skip to content

Commit 1ebe731

Browse files
committed
autogen(docs): generate cli docs
1 parent 05f1e68 commit 1ebe731

2 files changed

Lines changed: 15 additions & 0 deletions

File tree

docs/kratos/concepts/messages.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,11 @@
134134
"text": "Sign in with a hardware key",
135135
"type": "info"
136136
},
137+
{
138+
"id": 1010025,
139+
"text": "A code was sent to your address. If you didn't receive it, please try again.",
140+
"type": "info"
141+
},
137142
{
138143
"id": 1040001,
139144
"text": "Sign up",

docs/kratos/concepts/ui-messages.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -250,6 +250,16 @@
250250
}
251251
```
252252

253+
###### A code was sent to your address. If you didn't receive it, please try again. (1010025)
254+
255+
```json
256+
{
257+
"id": 1010025,
258+
"text": "A code was sent to your address. If you didn't receive it, please try again.",
259+
"type": "info"
260+
}
261+
```
262+
253263
###### Sign up (1040001)
254264

255265
```json

0 commit comments

Comments
 (0)