diff --git a/www/todo/main.js b/www/todo/main.js index 2898434fd..322e2363b 100644 --- a/www/todo/main.js +++ b/www/todo/main.js @@ -40,7 +40,7 @@ define([ Cryptpad.getTodoHash(function (hash) { var nHash = hash || Utils.Hash.createRandomHash(); if (!hash) { Cryptpad.setTodoHash(nHash); } - cb(null, Utils.Hash.getSecrets('todo', hash)); + cb(null, Utils.Hash.getSecrets('todo', nHash)); }); }; SFCommonO.start({