mirror of
https://github.com/TriliumNext/Notes.git
synced 2026-04-25 14:18:53 -05:00
filestore for sessions
This commit is contained in:
+1
-1
@@ -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