diff --git a/src_assets/common/assets/web/config.html b/src_assets/common/assets/web/config.html
index 99e71a9241a..849ccac626a 100644
--- a/src_assets/common/assets/web/config.html
+++ b/src_assets/common/assets/web/config.html
@@ -860,7 +860,7 @@
Configuration
this.config.origin_pin_allowed =
this.config.origin_pin_allowed || "pc";
this.config.origin_web_ui_allowed =
- this.config.origin_web_manager_allowed || "lan";
+ this.config.origin_web_ui_allowed || "lan";
this.config.hevc_mode = this.config.hevc_mode || 0;
this.config.encoder = this.config.encoder || "";
this.config.nv_preset = this.config.nv_preset || "p4";