You've already forked joplin
mirror of
https://github.com/laurent22/joplin.git
synced 2025-11-23 22:36:32 +02:00
Desktop, Clipper: Web Clipper now must request authorisation before accessing the application data
This commit is contained in:
@@ -9,10 +9,10 @@ const { customAlphabet } = require('nanoid/non-secure');
|
||||
const nanoid = customAlphabet('0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz', 22);
|
||||
|
||||
export default {
|
||||
create: function() {
|
||||
create: function(): string {
|
||||
return createUuidV4().replace(/-/g, '');
|
||||
},
|
||||
createNano: function() {
|
||||
createNano: function(): string {
|
||||
return nanoid();
|
||||
},
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user