forked from mirrors/homebox
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:
parent
dd349aa98e
commit
efd7069fe4
7 changed files with 27 additions and 14 deletions
|
@ -335,6 +335,7 @@ export interface ActionAmountResult {
|
|||
}
|
||||
|
||||
export interface ApiSummary {
|
||||
allowRegistration: boolean;
|
||||
build: Build;
|
||||
demo: boolean;
|
||||
health: boolean;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue