mirror of
https://github.com/laurent22/joplin.git
synced 2024-12-21 09:38:01 +02:00
Tools: Added cspell config
This commit is contained in:
parent
cef3eac372
commit
015562c86a
13
cspell.json
Normal file
13
cspell.json
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
{
|
||||||
|
"version": "0.2",
|
||||||
|
"language": "en_GB",
|
||||||
|
"words": [
|
||||||
|
"adata",
|
||||||
|
"githubusercontent",
|
||||||
|
"mkdirp",
|
||||||
|
"Potoczny's",
|
||||||
|
"reencrypt",
|
||||||
|
"SJCL",
|
||||||
|
"tsmerge"
|
||||||
|
]
|
||||||
|
}
|
@ -337,7 +337,7 @@ export default class EncryptionService {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// 2020-01-23: Deprectated - see above.
|
// 2020-01-23: Deprecated - see above.
|
||||||
// Was used to encrypt master keys
|
// Was used to encrypt master keys
|
||||||
if (method === EncryptionMethod.SJCL2) {
|
if (method === EncryptionMethod.SJCL2) {
|
||||||
try {
|
try {
|
||||||
|
Loading…
Reference in New Issue
Block a user