mirror of
https://github.com/zadam/trilium.git
synced 2025-11-06 21:36:05 +01:00
filestore for sessions
This commit is contained in:
@@ -19,7 +19,7 @@ function randomString(length, chars) {
|
||||
}
|
||||
|
||||
function nowTimestamp() {
|
||||
return Date.now() / 1000;
|
||||
return Math.floor(Date.now() / 1000);
|
||||
}
|
||||
|
||||
function toBase64(plainText) {
|
||||
|
||||
Reference in New Issue
Block a user