fix: 🐛 wrong quote in default config (#1761)

pull/1738/head
HannesOberreiter 8 months ago committed by GitHub
parent 360361e5ea
commit ca1d6704f9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      web/rootfs/defaults/system-config.js

@ -22,7 +22,7 @@ config.focusUserJid = 'focus@{{$XMPP_AUTH_DOMAIN}}';
{{ if $ENABLE_SUBDOMAINS -}}
var subdir = '<!--# echo var="subdir" default="" -->';
var subdomain = "<!--# echo var="subdomain" default="" -->";
var subdomain = '<!--# echo var="subdomain" default="" -->';
if (subdir.startsWith('<!--')) {
subdir = '';
}

Loading…
Cancel
Save