mirror of
https://github.com/zadam/trilium.git
synced 2025-11-01 02:45:54 +01:00
"sync now" button
This commit is contained in:
@@ -19,7 +19,7 @@ function randomString(length) {
|
||||
}
|
||||
|
||||
function randomSecureToken(bytes = 32) {
|
||||
crypto.randomBytes(bytes).toString('base64');
|
||||
return crypto.randomBytes(bytes).toString('base64');
|
||||
}
|
||||
|
||||
function nowTimestamp() {
|
||||
|
||||
Reference in New Issue
Block a user