brought over changes from 879035d

The last known good state before I got sidetracked into docker changes
This commit is contained in:
matt wilkie
2025-02-16 21:29:38 -07:00
parent 152f3193d1
commit 7af4e52766
5 changed files with 17 additions and 4 deletions

View File

@@ -252,7 +252,11 @@ const defaultOptions: DefaultOption[] = [
"tt"
]),
isSynced: true
}
},
// Share settings
{ name: 'redirectBareDomain', value: 'false', isSynced: true },
{ name: 'showLoginInShareTheme', value: 'false', isSynced: true }
];
/**