Skip to content

Commit

Permalink
feat: update schema
Browse files Browse the repository at this point in the history
  • Loading branch information
DaveOrDead committed Dec 23, 2024
1 parent 55b2ca6 commit c1cfb5f
Showing 1 changed file with 52 additions and 0 deletions.
52 changes: 52 additions & 0 deletions auth-schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -477,6 +477,57 @@
"password_input_error_unknown_error"
]
},
"password_reset_page": {
"type": "object",
"properties": {
"page_title": {
"type": "string"
},
"heading": {
"type": "string"
},
"description": {
"type": "string"
},
"password_input_label": {
"type": "string"
},
"password_input_error_too_common": {
"type": "string"
},
"password_input_error_too_short": {
"type": "string"
},
"password_input_error_extra_space": {
"type": "string"
},
"confirm_password_input_label": {
"type": "string"
},
"confirm_password_input_error_mismatch": {
"type": "string"
},
"continue_button": {
"type": "string"
},
"password_input_error_unknown_error": {
"type": "string"
}
},
"required": [
"page_title",
"heading",
"description",
"password_input_label",
"password_input_error_too_common",
"password_input_error_too_short",
"password_input_error_extra_space",
"confirm_password_input_label",
"confirm_password_input_error_mismatch",
"continue_button",
"password_input_error_unknown_error"
]
},
"recovery_codes_page": {
"type": "object",
"properties": {
Expand Down Expand Up @@ -1302,6 +1353,7 @@
"choose_mfa_method_page",
"account_locked_page",
"password_setup_page",
"password_reset_page",
"recovery_codes_page",
"subscribe_form_widget",
"password_verify_page",
Expand Down

0 comments on commit c1cfb5f

Please sign in to comment.