mirror of
https://github.com/zadam/trilium.git
synced 2025-11-01 10:55:55 +01:00
fix password change
This commit is contained in:
@@ -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