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
Этот коммит содержится в:
коммит произвёл
GitHub
родитель
f1e96cb830
Коммит
1353ebc3ab
@@ -10,6 +10,8 @@ type BootstrapSelfHostedSignupRequest struct {
|
|||||||
|
|
||||||
type BootstrapSelfHostedSignupResponse struct {
|
type BootstrapSelfHostedSignupResponse struct {
|
||||||
Progress string `json:"progress"`
|
Progress string `json:"progress"`
|
||||||
|
// email listed on the JWT claim
|
||||||
|
Email string `json:"email"`
|
||||||
}
|
}
|
||||||
|
|
||||||
type BootstrapSelfHostedSignupResponseInternal struct {
|
type BootstrapSelfHostedSignupResponseInternal struct {
|
||||||
|
|||||||
Ссылка в новой задаче
Block a user