mirror of
https://github.com/zadam/trilium.git
synced 2025-11-03 11:56:01 +01:00
eslint config
This commit is contained in:
@@ -74,7 +74,7 @@ function getOptions() {
|
||||
}
|
||||
}
|
||||
|
||||
resultMap['isPasswordSet'] = !!optionMap['passwordVerificationHash'] ? 'true' : 'false';
|
||||
resultMap['isPasswordSet'] = optionMap['passwordVerificationHash'] ? 'true' : 'false';
|
||||
|
||||
return resultMap;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user