feat: hide registration button when disabled (#287)

* add allow registration to API Summary

* code gen

* use env for troubleshooting

* disable registration toggle based on backend
This commit is contained in:
Hayden
2023-02-15 08:58:38 -09:00
committed by GitHub
parent dd349aa98e
commit efd7069fe4
7 changed files with 27 additions and 14 deletions

View File

@@ -2425,6 +2425,9 @@ const docTemplate = `{
"v1.ApiSummary": {
"type": "object",
"properties": {
"allowRegistration": {
"type": "boolean"
},
"build": {
"$ref": "#/definitions/v1.Build"
},