Change user account password function

This commit is contained in:
yflory
2018-06-22 10:37:54 +02:00
parent 6fde027a6c
commit a146f6acc9
6 changed files with 99 additions and 62 deletions

View File

@@ -12,6 +12,7 @@ define(function () {
oldStorageKey: 'CryptPad_RECENTPADS',
storageKey: 'filesData',
tokenKey: 'loginToken',
displayPadCreationScreen: 'displayPadCreationScreen'
displayPadCreationScreen: 'displayPadCreationScreen',
deprecatedKey: 'deprecated'
};
});