Development

This commit is contained in:
Matthew Grotke 2026-06-13 09:25:57 -04:00
parent 44261e5b5c
commit 8a8e947fcf
9 changed files with 289 additions and 33 deletions

View file

@ -54,7 +54,7 @@
},
{
"type": "form",
"action": "/action/preferences/email_change_request",
"action": "%EMAIL_CHANGE_ACTION%",
"method": "post",
"items": [
{
@ -70,7 +70,7 @@
"items": [
{
"type": "button_primary",
"text": "Submit Request"
"text": "%EMAIL_CHANGE_BTN_TEXT%"
}
]
}