support a 'new account link' to inject new account information onto the login page (#552)

This commit is contained in:
Michael Quigley
2025-04-07 13:21:03 -04:00
parent f29d8498a2
commit 9a5e3a4998
13 changed files with 50 additions and 4 deletions

View File

@ -1985,6 +1985,9 @@ func init() {
"invitesOpen": {
"type": "boolean"
},
"newAccountLink": {
"type": "string"
},
"requiresInviteToken": {
"type": "boolean"
},
@ -4298,6 +4301,9 @@ func init() {
"invitesOpen": {
"type": "boolean"
},
"newAccountLink": {
"type": "string"
},
"requiresInviteToken": {
"type": "boolean"
},