Mm 49258 - Inform admins trying to self-hosted purchase who the email listed on the JWT claim is (#21964)

* add email of JWT claim to bootstrap signup response
Этот коммит содержится в:
Nathaniel Allred
2023-01-03 08:36:23 -06:00
коммит произвёл GitHub
родитель f1e96cb830
Коммит 1353ebc3ab

Просмотреть файл

@@ -10,6 +10,8 @@ type BootstrapSelfHostedSignupRequest struct {
type BootstrapSelfHostedSignupResponse struct {
Progress string `json:"progress"`
// email listed on the JWT claim
Email string `json:"email"`
}
type BootstrapSelfHostedSignupResponseInternal struct {