mirror of
https://github.com/zadam/trilium.git
synced 2025-10-28 16:56:34 +01:00
fixed schema, initial setup
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
import server from './services/server.js';
|
||||
|
||||
$("#setup-form").submit(() => {
|
||||
const username = $("#username").val();
|
||||
const password1 = $("#password1").val();
|
||||
|
||||
Reference in New Issue
Block a user