Fix account passord change for pre-block accounts

This commit is contained in:
yflory 2023-09-22 15:28:59 +02:00
parent cee99ea95d
commit 1c7e5164bb

View File

@ -2564,7 +2564,7 @@ define([
lastVisit: Number(localStorage.lastVisit) || undefined,
blockId: blockId
};
common.userHash = userHash;
common.userHash = userHash || LocalStore.getUserHash();
// FIXME Backward compatibility
if (sessionStorage.newPadFileData) {