mirror of
https://github.com/documize/community.git
synced 2025-07-19 13:19:43 +02:00
Display subscription information
This commit is contained in:
parent
53e4861ded
commit
9ee9526a47
6 changed files with 708 additions and 684 deletions
|
@ -59,6 +59,7 @@ func (h *Handler) Meta(w http.ResponseWriter, r *http.Request) {
|
|||
data.Edition = h.Runtime.Product.License.Edition
|
||||
data.Valid = h.Runtime.Product.License.Valid
|
||||
data.ConversionEndpoint = org.ConversionEndpoint
|
||||
data.License = h.Runtime.Product.License
|
||||
|
||||
// Strip secrets
|
||||
data.AuthConfig = auth.StripAuthSecrets(h.Runtime, org.AuthProvider, org.AuthConfig)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue