mirror of
https://github.com/openziti/zrok.git
synced 2025-08-16 10:57:55 +02:00
support a 'new account link' to inject new account information onto the login page (#552)
This commit is contained in:
@ -23,6 +23,9 @@ type Configuration struct {
|
||||
// invites open
|
||||
InvitesOpen bool `json:"invitesOpen,omitempty"`
|
||||
|
||||
// new account link
|
||||
NewAccountLink string `json:"newAccountLink,omitempty"`
|
||||
|
||||
// requires invite token
|
||||
RequiresInviteToken bool `json:"requiresInviteToken,omitempty"`
|
||||
|
||||
|
Reference in New Issue
Block a user