mirror of
https://github.com/zadam/trilium.git
synced 2025-11-03 03:46:37 +01:00
renamed encryption module to protected_session
This commit is contained in:
@@ -116,7 +116,7 @@ function initAjax() {
|
||||
$.ajaxSetup({
|
||||
headers: {
|
||||
'x-browser-id': browserId,
|
||||
'x-protected-session-id': encryption ? encryption.getProtectedSessionId() : null
|
||||
'x-protected-session-id': protected_session ? protected_session.getProtectedSessionId() : null
|
||||
}
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user