mirror of
https://github.com/TriliumNext/Notes.git
synced 2026-04-23 13:21:06 -05:00
fix password change
This commit is contained in:
+1
-1
@@ -41,7 +41,7 @@ function hmac(secret, value) {
|
||||
}
|
||||
|
||||
function browserId(req) {
|
||||
return req.get('x-browser-id');
|
||||
return req == null ? null : req.get('x-browser-id');
|
||||
}
|
||||
|
||||
function isElectron() {
|
||||
|
||||
Reference in New Issue
Block a user