Development

This commit is contained in:
Matthew Grotke 2026-05-27 22:04:04 -04:00
parent eed1d295dc
commit d9f3bd8289
45 changed files with 635 additions and 666 deletions

View file

@ -1,5 +1,4 @@
{
"id": "view_verifyemail",
"client_requirement": "client_is_nothing=",
"items": [
{
@ -19,7 +18,7 @@
},
{
"type": "form",
"action": "/action/verify_email",
"action": "/action/accountverifyemail/email_verify",
"method": "post",
"items": [
{
@ -32,7 +31,7 @@
},
{
"type": "button_primary",
"action": "/action/verify_email",
"action": "/action/accountverifyemail/email_verify",
"method": "post",
"text": "Verify",
"class": "btn-full"
@ -43,7 +42,7 @@
"type": "p",
"text": "Didn't receive it?",
"link": {
"action": "/action/resend_verification",
"action": "/action/accountverifyemail/email_resend",
"text": "Resend code"
}
},
@ -51,7 +50,7 @@
"type": "p",
"text": "Wrong email?",
"link": {
"action": "/view/view_createaccount",
"action": "/accountcreate",
"text": "Start over"
}
}
@ -76,7 +75,7 @@
},
{
"type": "button_primary",
"action": "/view/view_overview",
"action": "/overview",
"text": "Go to Overview"
}
]