mirror of
https://github.com/zadam/trilium.git
synced 2025-11-02 19:36:12 +01:00
allow user to choose theme during initial setup
This commit is contained in:
@@ -14,9 +14,9 @@ async function getStatus() {
|
||||
}
|
||||
|
||||
async function setupNewDocument(req) {
|
||||
const { username, password } = req.body;
|
||||
const { username, password, theme } = req.body;
|
||||
|
||||
await sqlInit.createInitialDatabase(username, password);
|
||||
await sqlInit.createInitialDatabase(username, password, theme);
|
||||
}
|
||||
|
||||
async function setupSyncFromServer(req) {
|
||||
|
||||
Reference in New Issue
Block a user