mirror of
https://github.com/openziti/zrok.git
synced 2025-08-14 02:05:39 +02:00
support a 'new account link' to inject new account information onto the login page (#552)
This commit is contained in:
@ -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"
|
||||
},
|
||||
|
Reference in New Issue
Block a user